mirror of
				https://github.com/oxen-io/session-android.git
				synced 2025-10-31 17:19:04 +00:00 
			
		
		
		
	Merge pull request #355 from RyanRory/notification-disappear
Fix Notifications Not Disappearing After a Conversation is Read
This commit is contained in:
		| @@ -2278,7 +2278,7 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity | ||||
|         } else { | ||||
|           MarkReadReceiver.process(context, messageIds); | ||||
|         } | ||||
|  | ||||
|         ApplicationContext.getInstance(context).messageNotifier.updateNotification(context); | ||||
|         return null; | ||||
|       } | ||||
|     }.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, threadId); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Niels Andriesse
					Niels Andriesse