oops: put home timeline if result NOT empty
This commit is contained in:
@@ -154,7 +154,7 @@ public class HomeTimelineFragment extends StatusListFragment {
|
||||
prependItems(toAdd, true);
|
||||
if(parent != null && GlobalUserPreferences.showNewPostsButton) parent.showNewPostsButton();
|
||||
}
|
||||
if(toAddUnfiltered.isEmpty())
|
||||
if(!toAddUnfiltered.isEmpty())
|
||||
AccountSessionManager.getInstance().getAccount(accountID).getCacheController().putHomeTimeline(toAddUnfiltered, false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user