mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2024-11-23 22:09:30 +00:00
Refresh the list of notifications after having deleted all the notifications.
This commit is contained in:
parent
0cd0b3f7d5
commit
0d619dc1bb
@ -215,6 +215,9 @@ public class NotificationsFragment extends Fragment implements View.OnCreateCont
|
|||||||
//Success
|
//Success
|
||||||
Toast.makeText(getActivity(), R.string.success_delete_all_notifs,
|
Toast.makeText(getActivity(), R.string.success_delete_all_notifs,
|
||||||
Toast.LENGTH_SHORT).show();
|
Toast.LENGTH_SHORT).show();
|
||||||
|
|
||||||
|
//Refresh the list of notifications
|
||||||
|
getListNotifications();
|
||||||
}
|
}
|
||||||
}.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
|
}.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user