Update src/org/thoughtcrime/securesms/ConversationActivity.java

makes sense

Co-Authored-By: Hocuri <18012815+Hocuri@users.noreply.github.com>
This commit is contained in:
bjoern 2020-04-05 16:32:41 +02:00 committed by GitHub
parent ab6fa55867
commit b7a72032b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -569,6 +569,7 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
titleView.setTitle(glideRequests, dcChat); titleView.setTitle(glideRequests, dcChat);
}); });
} else { } else {
// unmute
Prefs.setChatMutedUntil(this, chatId, 0); Prefs.setChatMutedUntil(this, chatId, 0);
titleView.setTitle(glideRequests, dcChat); titleView.setTitle(glideRequests, dcChat);
} }