Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Fix rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Apr 10, 2020
1 parent ff462d6 commit 19607bc
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1331,13 +1331,6 @@ public void showDialog(@NonNull String title, @NonNull @StringRes int descripti
mAppDialog.show(REQUEST_FOCUS);
}

public void showClearCacheDialog() {
if (mClearHistoryDialog == null) {
mClearHistoryDialog = new ClearHistoryDialogWidget(getContext());
}
mClearHistoryDialog.show(REQUEST_FOCUS);
}

public void showFirstTimeDrmDialog(@NonNull Runnable callback) {
showConfirmPrompt(
getContext().getString(R.string.drm_first_use_title),
Expand Down

0 comments on commit 19607bc

Please sign in to comment.