Fixed toolbar and fab behavior #113.
This commit is contained in:
@ -114,7 +114,7 @@ class ReaderActivity : AppCompatActivity() {
|
||||
if (scrollY > oldScrollY) {
|
||||
fab.hide()
|
||||
} else {
|
||||
fab.show()
|
||||
if (mFloatingToolbar.isShowing) mFloatingToolbar.hide() else fab.show()
|
||||
}
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user