Improve: Use IO Thread to show notification (Inconsistent Notification)

Improve: List Animation Disabled by default
Add: Coroutine and Lifecycle Dependencies
This commit is contained in:
LooKeR
2021-11-12 20:54:18 +05:30
parent 06f6d2b56c
commit bc44c9de15
3 changed files with 55 additions and 49 deletions

View File

@ -131,7 +131,7 @@ object Preferences {
Key<Boolean>("incompatible_versions", Value.BooleanValue(false))
object ListAnimation :
Key<Boolean>("list_animation", Value.BooleanValue(true))
Key<Boolean>("list_animation", Value.BooleanValue(false))
object ProxyHost : Key<String>("proxy_host", Value.StringValue("localhost"))
object ProxyPort : Key<Int>("proxy_port", Value.IntValue(9050))