Use an object animator for the tabs

This commit is contained in:
inorichi
2017-05-22 11:28:41 +02:00
parent 256a4197c9
commit dc5283ce9a
2 changed files with 25 additions and 76 deletions
@@ -120,7 +120,7 @@ class LibraryController(
*/
private var drawerListener: DrawerLayout.DrawerListener? = null
private var tabsVisibilityRelay: BehaviorRelay<Boolean> = BehaviorRelay.create()
private var tabsVisibilityRelay: BehaviorRelay<Boolean> = BehaviorRelay.create(false)
private var tabsVisibilitySubscription: Subscription? = null