Exemple #1
0
  @Override
  public void removeNotify() {
    super.removeNotify();

    myLivePreviewController.off();
    mySearchResults.removeListener(this);

    addTextToRecent(mySearchTextComponent);
    if (myReplaceTextComponent != null) {
      addTextToRecent(myReplaceTextComponent);
    }
  }
Exemple #2
0
 @Override
 public void addNotify() {
   super.addNotify();
   initLivePreview();
 }