fix reset button in local profile
This commit is contained in:
parent
775214676e
commit
0866b480ac
|
@ -80,6 +80,7 @@ public class TimeListEdit {
|
|||
|
||||
private void buildView() {
|
||||
layout = view.findViewById(resLayoutId);
|
||||
layout.removeAllViewsInLayout();
|
||||
|
||||
textlabel = new TextView(context);
|
||||
textlabel.setText(label);
|
||||
|
|
Loading…
Reference in a new issue