Skip to content

Fix FAB remaining hidden after returning Home from drawer views#4582

Open
geoffreysisco wants to merge 1 commit intoTeamAmaze:release/4.0from
geoffreysisco:fix/fab-hidden-after-drawer-navigation
Open

Fix FAB remaining hidden after returning Home from drawer views#4582
geoffreysisco wants to merge 1 commit intoTeamAmaze:release/4.0from
geoffreysisco:fix/fab-hidden-after-drawer-navigation

Conversation

@geoffreysisco
Copy link
Contributor

Description

Reset hideFab before loading the Home path from drawer category views.

hideFab remained true when navigating Home from drawer category views, causing showFab() to keep the FloatingActionButton hidden even after loading a normal filesystem directory.

This change resets the flag before calling loadlist() when returning to Home.

Issue tracker

Fixes #4581

Automatic tests

  • Added test cases

Manual tests

  • Done

  • Device: Pixel 9 Pro (emulator)

  • OS: Android 16.0

  • Rooted: No

  • Version: 3.11.2

Build tasks success

Successfully running following tasks on local:

  • ./gradlew assembledebug
  • ./gradlew spotlessCheck

hideFab remained true when navigating Home from drawer category views,
causing showFab() to hide the FAB even after loading a normal directory.

Reset hideFab before loading the Home path so FAB visibility is restored.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The FloatingActionButton remains hidden after returning to Home from drawer category views

1 participant