Make sure we clear appView history too.

This commit is contained in:
Bryce Curtis 2011-11-15 13:55:08 -06:00
parent 2a866e2a7c
commit 7ce2a8cb71

View File

@ -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) {