Merge "Show the license dialog only if the activity is still showing" into jb-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6413d9658b
@@ -203,7 +203,9 @@ public class SettingsLicenseActivity extends Activity {
|
||||
@Override
|
||||
public void onPageFinished(WebView view, String url) {
|
||||
mSpinnerDlg.dismiss();
|
||||
mTextDlg.show();
|
||||
if (SettingsLicenseActivity.this.isResumed()) {
|
||||
mTextDlg.show();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user