fix reset button in local profile

This commit is contained in:
Milos Kozak 2019-08-26 20:30:00 +02:00
parent 775214676e
commit 0866b480ac

View file

@ -80,6 +80,7 @@ public class TimeListEdit {
private void buildView() {
layout = view.findViewById(resLayoutId);
layout.removeAllViewsInLayout();
textlabel = new TextView(context);
textlabel.setText(label);