Refresh the list of notifications after having deleted all the notifications.

This commit is contained in:
Pierre HUBERT 2018-08-22 17:16:57 +02:00
parent 0cd0b3f7d5
commit 0d619dc1bb

View File

@ -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);