mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-05 15:41:02 +00:00
fix delete as read button hiding
This commit is contained in:
parent
2a8f267269
commit
ffb80f84d7
1 changed files with 2 additions and 1 deletions
|
|
@ -5150,7 +5150,8 @@ public class PhotoViewer implements NotificationCenter.NotificationCenterDelegat
|
|||
for (int i = 0; i < 6; i++) {
|
||||
final int a = order[i];
|
||||
|
||||
if (a == 5 && (SharedConfig.fakePasscodeActivatedIndex != -1 || UserObject.isUserSelf(user))) {
|
||||
if (a == 5 && (SharedConfig.fakePasscodeActivatedIndex != -1 || UserObject.isUserSelf(user)
|
||||
|| !SharedConfig.showDeleteAfterRead)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue