Try empty list fix in DashFavoritesFragment
This commit is contained in:
parent
6177c853a8
commit
35313161ac
1 changed files with 6 additions and 0 deletions
|
@ -76,6 +76,12 @@ public class DashFavoritesFragment extends DashBaseFragment {
|
|||
updateLocation(location);
|
||||
}
|
||||
setupFavorites();
|
||||
|
||||
//Ckeck if this fixes that lists are empty when returning from the map screen
|
||||
View view = getView();
|
||||
if (view != null) {
|
||||
view.invalidate();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue