Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CorvetteCole committed Jan 30, 2019
1 parent 664baa2 commit 44227f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,7 @@ private void updateCountdown() {
@Override
public void onFragmentInteraction(String string) {
if (string.equalsIgnoreCase("advanced")){
// normally an action would be performed in the Play Store version.
} else if (string.equalsIgnoreCase("dismissed")){
FragmentTransaction transaction = this.getSupportFragmentManager().beginTransaction();
transaction.remove(nativeDialogPrompt);
Expand Down

0 comments on commit 44227f7

Please sign in to comment.