Dust off remote megaphone for upcoming donate megaphone.

This commit is contained in:
Cody Henthorne
2022-08-17 11:55:35 -04:00
parent 95fc9d6c3c
commit cca35ec687
6 changed files with 38 additions and 22 deletions

View File

@@ -39,7 +39,7 @@ object RemoteMegaphoneRepository {
}
private val donate: Action = Action { context, controller, remote ->
controller.onMegaphoneNavigationRequested(AppSettingsActivity.subscriptions(context))
controller.onMegaphoneNavigationRequested(AppSettingsActivity.manageSubscriptions(context))
finish.run(context, controller, remote)
}