Skip to content

Commit

Permalink
Close dialog after clearing and reseting the radio button (#2667)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored and bluemarvin committed Jan 17, 2020
1 parent 446f824 commit 4ff1f59
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -72,7 +72,14 @@ protected void initialize(Context aContext) {
break;
}
SessionStore.get().purgeSessionHistory();
onDismiss();
}));
}

@Override
public void show(int aShowFlags) {
super.show(aShowFlags);

mClearHistoryBinding.clearHistoryRadio.setChecked(0, false);
}
}

0 comments on commit 4ff1f59

Please sign in to comment.