mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
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