Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Restore 'No thanks' for donation decline button
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed May 28, 2024
1 parent 98b277f commit 6697089
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ public void onReminderCompleted(@NonNull String pin, boolean includedFailure) {
CommunicationActions.openBrowserLink(listener.getMegaphoneActivity(), context.getString(R.string.donate_url));
listener.onMegaphoneCompleted(megaphone.getEvent());
})
.setSecondaryButton(R.string.BecomeASustainerMegaphone__not_now, (megaphone, controller) -> controller.onMegaphoneCompleted(megaphone.getEvent()))
.setSecondaryButton(R.string.RatingManager_no_thanks, (megaphone, controller) -> controller.onMegaphoneCompleted(megaphone.getEvent()))
.build();
}

Expand Down

0 comments on commit 6697089

Please sign in to comment.