mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-15 20:09:19 +00:00
Improve: Remove "Installed" Notification after 5 seconds
Improve: Scrolling performance in AppDetail
This commit is contained in:
@ -93,6 +93,8 @@ class InstallerService : Service() {
|
||||
Common.NOTIFICATION_ID_DOWNLOADING,
|
||||
notification
|
||||
)
|
||||
Thread.sleep(5000)
|
||||
notificationManager.cancel(notificationTag, Common.NOTIFICATION_ID_DOWNLOADING)
|
||||
}
|
||||
}
|
||||
PackageInstaller.STATUS_FAILURE_ABORTED -> {
|
||||
|
Reference in New Issue
Block a user