Restore 'No thanks' for donation decline button

This commit is contained in:
Oscar Mira 2024-05-28 14:29:29 +02:00
parent 98b277f1ef
commit 669708971c
No known key found for this signature in database
GPG key ID: B371B98C5DC32237

View file

@ -329,7 +329,7 @@ public final class Megaphones {
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();
}