mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-06-19 08:35:19 +00:00
Refresh the list of notifications after having deleted all the notifications.
This commit is contained in:
@ -215,6 +215,9 @@ public class NotificationsFragment extends Fragment implements View.OnCreateCont
|
||||
//Success
|
||||
Toast.makeText(getActivity(), R.string.success_delete_all_notifs,
|
||||
Toast.LENGTH_SHORT).show();
|
||||
|
||||
//Refresh the list of notifications
|
||||
getListNotifications();
|
||||
}
|
||||
}.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
|
||||
|
||||
|
Reference in New Issue
Block a user