diff options
Diffstat (limited to 'src/com/android/browser/Controller.java')
-rw-r--r-- | src/com/android/browser/Controller.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/browser/Controller.java b/src/com/android/browser/Controller.java index b2738e1..9561cb6 100644 --- a/src/com/android/browser/Controller.java +++ b/src/com/android/browser/Controller.java @@ -2380,7 +2380,7 @@ public class Controller + "while handing goBackOnePageOrQuit."); } pauseWebViewTimers(current); - removeTab(current); + closeCurrentTab(); } /* * Instead of finishing the activity, simply push this to the back |