Try to fix #49

This commit is contained in:
NekoInverter 2020-02-28 23:38:43 +08:00
parent 96506b62ef
commit 98ca75f8fc
No known key found for this signature in database
GPG Key ID: 280D6CCCF95715F9
1 changed files with 2 additions and 0 deletions

View File

@ -927,6 +927,8 @@ public class DialogsActivity extends BaseFragment implements NotificationCenter.
public boolean onFragmentCreate() {
super.onFragmentCreate();
getMessagesController().getBlockedUsers(true);
if (getArguments() != null) {
onlySelect = arguments.getBoolean("onlySelect", false);
cantSendToChannels = arguments.getBoolean("cantSendToChannels", false);