mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Fix: Showing updates notification on sync
This commit is contained in:
parent
8445ead1cc
commit
1ef1c8a15c
@ -411,7 +411,7 @@ class SyncService : ConnectionService<SyncService.Binder>() {
|
|||||||
if (Preferences[Preferences.Key.InstallAfterSync])
|
if (Preferences[Preferences.Key.InstallAfterSync])
|
||||||
batchUpdate(result)
|
batchUpdate(result)
|
||||||
if (hasUpdates && Preferences[Preferences.Key.UpdateNotify] &&
|
if (hasUpdates && Preferences[Preferences.Key.UpdateNotify] &&
|
||||||
updateNotificationBlockerFragment?.get()?.isAdded == true
|
updateNotificationBlockerFragment?.get()?.isAdded != true
|
||||||
)
|
)
|
||||||
displayUpdatesNotification(result)
|
displayUpdatesNotification(result)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user