Merge "Show unsopported display size dialog on relaunch" into nyc-dev

This commit is contained in:
Andrii Kulian
2016-06-23 01:00:35 +00:00
committed by Android (Google) Code Review

View File

@@ -4741,6 +4741,8 @@ final class ActivityStack {
r.results = null;
r.newIntents = null;
}
mService.showUnsupportedZoomDialogIfNeededLocked(r);
mService.showAskCompatModeDialogLocked(r);
} else {
mHandler.removeMessages(PAUSE_TIMEOUT_MSG, r);
r.state = ActivityState.PAUSED;