Fixed toolbar and fab behavior #113.

This commit is contained in:
Amine
2017-11-13 19:35:14 +01:00
parent 7b5246ebf1
commit 37b2c5c2df
3 changed files with 6 additions and 2 deletions

View File

@ -114,7 +114,7 @@ class ReaderActivity : AppCompatActivity() {
if (scrollY > oldScrollY) {
fab.hide()
} else {
fab.show()
if (mFloatingToolbar.isShowing) mFloatingToolbar.hide() else fab.show()
}
})
}