activity: proper finish fix 2

This commit is contained in:
Yuriy Liskov
2025-07-05 19:15:06 +03:00
parent e4d8012a0c
commit fbf0817b93

View File

@@ -98,7 +98,7 @@ public class AppDialogActivity extends MotherActivity {
@Override
public void finish() {
super.finish();
super.finishReally();
// NOTE: Fragment's onDestroy/onDestroyView are not reliable way to catch dialog finish
Log.d(TAG, "Dialog finish");