Merge "Flip order of start/finish" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
a6f3c74533
@@ -110,9 +110,10 @@ public class ZenModeFragment extends ZenModeFragmentBase {
|
|||||||
if (mode == null || mode.getStatus() != DISABLED_BY_OTHER) {
|
if (mode == null || mode.getStatus() != DISABLED_BY_OTHER) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mContext.startActivity(SetupInterstitialActivity.getIntent(mContext, mode));
|
||||||
// don't come back here from the interstitial
|
// don't come back here from the interstitial
|
||||||
finish();
|
finish();
|
||||||
mContext.startActivity(SetupInterstitialActivity.getIntent(mContext, mode));
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user