示例#1
0
 @Override
 public void onContentChanged() {
   // Invalidate the cached value that keeps track of whether or
   // not desktop bookmarks exist.
   BrowserDB.invalidateCachedState();
   super.onContentChanged();
 }
示例#2
0
  @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();
  }