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