mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Hide progress bar on startup
This commit is contained in:
@@ -106,7 +106,9 @@ public class ListHabitsFragment extends Fragment
|
|||||||
listView = (DragSortListView) view.findViewById(R.id.listView);
|
listView = (DragSortListView) view.findViewById(R.id.listView);
|
||||||
llButtonsHeader = (LinearLayout) view.findViewById(R.id.llButtonsHeader);
|
llButtonsHeader = (LinearLayout) view.findViewById(R.id.llButtonsHeader);
|
||||||
llEmpty = view.findViewById(R.id.llEmpty);
|
llEmpty = view.findViewById(R.id.llEmpty);
|
||||||
|
|
||||||
progressBar = (ProgressBar) view.findViewById(R.id.progressBar);
|
progressBar = (ProgressBar) view.findViewById(R.id.progressBar);
|
||||||
|
progressBar.setVisibility(View.GONE);
|
||||||
|
|
||||||
selectedPositions = new LinkedList<>();
|
selectedPositions = new LinkedList<>();
|
||||||
loader = new HabitListLoader();
|
loader = new HabitListLoader();
|
||||||
|
|||||||
Reference in New Issue
Block a user