mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 13:53:54 +01:00
Remove notifications from nav drawer (#2319)
This commit is contained in:
parent
4bbbfc839b
commit
1727a296c9
3 changed files with 0 additions and 20 deletions
|
|
@ -142,11 +142,4 @@ public class NotificationActivity extends NavigationBaseActivity {
|
|||
context.startActivity(intent);
|
||||
}
|
||||
|
||||
private void initializeAndSetNotificationList(List<Notification> notificationList){
|
||||
FragmentManager fm = getFragmentManager();
|
||||
mNotificationWorkerFragment = new NotificationWorkerFragment();
|
||||
fm.beginTransaction().add(mNotificationWorkerFragment, TAG_NOTIFICATION_WORKER_FRAGMENT)
|
||||
.commit();
|
||||
mNotificationWorkerFragment.setNotificationList(notificationList);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue