mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-04 19:53:28 +02:00
Changes fdroid push registration to re-register even if the saved distributor was already selected.
This commit is contained in:
@@ -29,7 +29,7 @@ object PushNotificationUtils {
|
||||
private val pushHandler = PushDistributorHandler
|
||||
|
||||
suspend fun init(accounts: List<AccountInfo>) {
|
||||
if (hasInit || pushHandler.savedDistributorExists()) {
|
||||
if (hasInit) {
|
||||
return
|
||||
}
|
||||
try {
|
||||
|
Reference in New Issue
Block a user