Skip to content

Commit

Permalink
Merge pull request #4145 from msaqeeb72/bugfix/4130-fab_visibility_gl…
Browse files Browse the repository at this point in the history
…itch

FAB Visibility Glitch Fixed
  • Loading branch information
VishalNehra committed Apr 21, 2024
2 parents 1435fc1 + be0bda1 commit fbf4cb2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ class HiddenAdapter(
val fragmentActivity = mainFragment.requireActivity()
if (file.isDirectory(context)) {
fragmentActivity.runOnUiThread {
mainFragment.hideFab = false
mainFragment.requireMainActivity().showFab()
mainFragment.loadlist(
file.path,
false,
Expand Down

0 comments on commit fbf4cb2

Please sign in to comment.