forked from github/cordova-android
Make sure we clear appView history too.
This commit is contained in:
parent
2a866e2a7c
commit
7ce2a8cb71
@ -568,6 +568,7 @@ public class DroidGap extends PhonegapActivity {
|
||||
*/
|
||||
public void clearHistory() {
|
||||
this.urls.clear();
|
||||
this.appView.clearHistory();
|
||||
|
||||
// Leave current url on history stack
|
||||
if (this.url != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user