mirror of
				https://github.com/pierre42100/ComunicAndroid
				synced 2025-11-04 03:24:04 +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