refactor(HomeFragment.java): make it compile for now by removing loaded check
This commit is contained in:
@@ -392,8 +392,10 @@ public class HomeFragment extends AppKitFragment implements AssistContentProvide
|
|||||||
public void onStatusDisplaySettingsChanged(StatusDisplaySettingsChangedEvent ev){
|
public void onStatusDisplaySettingsChanged(StatusDisplaySettingsChangedEvent ev){
|
||||||
if(!ev.accountID.equals(accountID))
|
if(!ev.accountID.equals(accountID))
|
||||||
return;
|
return;
|
||||||
if(homeTabFragment.loaded)
|
|
||||||
homeTabFragment.rebuildAllDisplayItems();
|
// FIXME: figure this out
|
||||||
|
// if(homeTabFragment.loaded)
|
||||||
|
// homeTabFragment.rebuildAllDisplayItems();
|
||||||
if(notificationsFragment.loaded)
|
if(notificationsFragment.loaded)
|
||||||
notificationsFragment.rebuildAllDisplayItems();
|
notificationsFragment.rebuildAllDisplayItems();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user