mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-05 23:51:00 +00:00
Update to 2.5.0
Photo editor Passcode Sections in shared media\files
This commit is contained in:
parent
dff666fca1
commit
93fa5019c3
310 changed files with 10186 additions and 4632 deletions
|
|
@ -1072,8 +1072,8 @@ public class SecretChatHelper {
|
|||
}
|
||||
});
|
||||
MessagesStorage.getInstance().deleteDialog(did, true);
|
||||
NotificationCenter.getInstance().postNotificationName(NotificationCenter.removeAllMessagesFromDialog, did);
|
||||
NotificationCenter.getInstance().postNotificationName(NotificationCenter.dialogsNeedReload);
|
||||
NotificationCenter.getInstance().postNotificationName(NotificationCenter.removeAllMessagesFromDialog, did);
|
||||
}
|
||||
});
|
||||
return null;
|
||||
|
|
@ -1616,7 +1616,7 @@ public class SecretChatHelper {
|
|||
}
|
||||
|
||||
public void startSecretChat(final Context context, final TLRPC.User user) {
|
||||
if (user == null) {
|
||||
if (user == null || context == null) {
|
||||
return;
|
||||
}
|
||||
startingSecretChat = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue