Show toast when ignoring backup enable megaphone.

This commit is contained in:
Greyson Parrelli
2025-10-28 12:20:05 -04:00
committed by jeffrey-signal
parent 4ecd3ec052
commit 6196fb4f44
2 changed files with 3 additions and 0 deletions

View File

@@ -463,6 +463,7 @@ public final class Megaphones {
controller.onMegaphoneSnooze(Event.TURN_ON_SIGNAL_BACKUPS);
})
.setSecondaryButton(R.string.TurnOnSignalBackups__not_now, (megaphone, controller) -> {
controller.onMegaphoneToastRequested(controller.getMegaphoneActivity().getString(R.string.TurnOnSignalBackups__toast_not_now));
controller.onMegaphoneSnooze(Event.TURN_ON_SIGNAL_BACKUPS);
})
.build();