mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-07 23:03:11 +08:00
Fix for Issue #33: onReceivedError incorrectly sets openExternal to true
This commit is contained in:
parent
c70a1e8594
commit
853a734f82
@ -1592,7 +1592,7 @@ public class DroidGap extends PhonegapActivity {
|
|||||||
// Load URL on UI thread
|
// Load URL on UI thread
|
||||||
me.runOnUiThread(new Runnable() {
|
me.runOnUiThread(new Runnable() {
|
||||||
public void run() {
|
public void run() {
|
||||||
me.showWebPage(errorUrl, true, true, null);
|
me.showWebPage(errorUrl, false, true, null);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user