mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 11:22:12 +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])
|
||||
batchUpdate(result)
|
||||
if (hasUpdates && Preferences[Preferences.Key.UpdateNotify] &&
|
||||
updateNotificationBlockerFragment?.get()?.isAdded == true
|
||||
updateNotificationBlockerFragment?.get()?.isAdded != true
|
||||
)
|
||||
displayUpdatesNotification(result)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user