am b7808c71: am 6413d965: Merge "Show the license dialog only if the activity is still showing" into jb-mr1-dev
* commit 'b7808c71873f80dd4fb8c040960e92dd82b4b908': Show the license dialog only if the activity is still showing
This commit is contained in:
@@ -203,8 +203,10 @@ public class SettingsLicenseActivity extends Activity {
|
|||||||
@Override
|
@Override
|
||||||
public void onPageFinished(WebView view, String url) {
|
public void onPageFinished(WebView view, String url) {
|
||||||
mSpinnerDlg.dismiss();
|
mSpinnerDlg.dismiss();
|
||||||
|
if (SettingsLicenseActivity.this.isResumed()) {
|
||||||
mTextDlg.show();
|
mTextDlg.show();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
mWebView = null;
|
mWebView = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user