Fixed toolbar and fab behavior #113.
This commit is contained in:
1 parent
7b5246ebf1
commit
37b2c5c2df
3 files changed
+6
-2
No files matched your search
@@ -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