@Override public void onContentChanged() { // Invalidate the cached value that keeps track of whether or // not desktop bookmarks exist. BrowserDB.invalidateCachedState(); super.onContentChanged(); }
@Override public void onResume() { super.onResume(); if (mText != null && mText.getText() != null) updateGoButton(mText.getText().toString()); // Invlidate the cached value that keeps track of whether or // not desktop bookmarks exist BrowserDB.invalidateCachedState(); }