fix(mentions-tab): make mentions tab actually show only mentions
This commit is contained in:
@@ -69,7 +69,7 @@ public class NotificationsListFragment extends BaseStatusListFragment<Notificati
|
|||||||
public void onCreate(Bundle savedInstanceState){
|
public void onCreate(Bundle savedInstanceState){
|
||||||
super.onCreate(savedInstanceState);
|
super.onCreate(savedInstanceState);
|
||||||
E.register(this);
|
E.register(this);
|
||||||
onlyMentions=AccountSessionManager.get(accountID).isNotificationsMentionsOnly();
|
onlyMentions=getArguments().getBoolean("onlyMentions", false);
|
||||||
setHasOptionsMenu(true);
|
setHasOptionsMenu(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user