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