mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-01-05 21:40:47 -06:00
activity: proper finish fix 2
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user