commit | 6c6e86f703501613fa1583a400feec410b57dc0a | [log] [tgz] |
---|---|---|
author | Adam Powell <adamp@google.com> | Tue Nov 16 11:06:24 2010 -0800 |
committer | Adam Powell <adamp@google.com> | Tue Nov 16 11:06:24 2010 -0800 |
tree | 6ec8d6f42aa0de1e3dcb0524e4bebe233b639908 | |
parent | d7973056703d47fe37b0ee57c36350834aeda827 [diff] |
Fix issue introduced by API change Change-Id: I869f6a197721350cd2aa17be923364a901951a8a
diff --git a/src/com/android/browser/BrowserActivity.java b/src/com/android/browser/BrowserActivity.java index 1a8e325..b882338 100644 --- a/src/com/android/browser/BrowserActivity.java +++ b/src/com/android/browser/BrowserActivity.java
@@ -1262,6 +1262,7 @@ @Override public void onActionModeStarted(ActionMode mode) { super.onActionModeStarted(mode); + mActionMode = mode; hideFakeTitleBar(); // Would like to change the MENU, but onEndActionMode may not be called // TODO onActionModeFinished will notify when an action mode ends