Merge branch 'refs/heads/transfer_data_from_other_ptg' into merge_10_14

This commit is contained in:
vivabelarus 2024-07-03 17:39:07 +03:00
commit aa024fda41
No known key found for this signature in database
GPG key ID: 0D2119CE32E33D2C

View file

@ -7027,7 +7027,7 @@ public class DialogsActivity extends BaseFragment implements NotificationCenter.
AppMigrator.deleteZipFile();
if (AppMigrator.checkMigrationNeedToResume(getContext())) {
AndroidUtilities.runOnUIThread(() -> presentFragment(new AppMigrationActivity()));
} else {
} else if (!AndroidUtilities.needShowPasscode(false)) {
checkOtherPtg();
checkPtgPermissions();
}