From 7ce2a8cb71a1195fd844cce28e4b3959cf273381 Mon Sep 17 00:00:00 2001 From: Bryce Curtis <curtis.bryce@gmail.com> Date: Tue, 15 Nov 2011 13:55:08 -0600 Subject: [PATCH] Make sure we clear appView history too. --- framework/src/com/phonegap/DroidGap.java | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/src/com/phonegap/DroidGap.java b/framework/src/com/phonegap/DroidGap.java index b639dd66..336f1628 100755 --- a/framework/src/com/phonegap/DroidGap.java +++ b/framework/src/com/phonegap/DroidGap.java @@ -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) {