mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-07 23:03:11 +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() {
|
public void clearHistory() {
|
||||||
this.urls.clear();
|
this.urls.clear();
|
||||||
|
this.appView.clearHistory();
|
||||||
|
|
||||||
// Leave current url on history stack
|
// Leave current url on history stack
|
||||||
if (this.url != null) {
|
if (this.url != null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user