mirror of
https://github.com/mollyim/mollyim-insider-android.git
synced 2025-05-13 05:40:53 +01:00
Restore 'No thanks' for donation decline button
This commit is contained in:
parent
98b277f1ef
commit
669708971c
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue