mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
Update src/org/thoughtcrime/securesms/ConversationActivity.java
makes sense Co-Authored-By: Hocuri <18012815+Hocuri@users.noreply.github.com>
This commit is contained in:
parent
ab6fa55867
commit
b7a72032b9
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue