Describe the bug
The FloatingActionButton (FAB) is correctly hidden in drawer category views where file creation is not supported. However, after leaving one of these views and returning to Home using the Home button, the FAB remains hidden in the normal filesystem view. The FAB only reappears after an additional back navigation.
To Reproduce
- Launch Amaze
- Navigate to a drawer category view (for example: Documents, Images, APKs, or Trash Bin)
- Observe that the FAB is hidden (expected behavior)
- Tap the Home button
- Observe that the FAB is still hidden
- Open a normal filesystem directory from Home
- Observe that the FAB remains hidden in the directory view
- Tap Back
- Observe that the FAB returns
Expected behavior
The FAB should remain hidden in drawer category views, but it should be restored immediately when returning to Home or a normal filesystem directory via the Home button.
Actual behavior
After leaving a drawer category view and returning to Home, the FAB remains hidden in normal filesystem directory views where file creation should be available. The FAB only returns after an additional back navigation.
Video
https://github.com/user-attachments/assets/567d5e3c-68c0-4e4e-a079-853a5dc8385a
Smartphone:
- Device: Pixel 9 Pro (emulator)
- OS: Android 16.0
- Rooted: No
- Version: 3.11.2
Additional context
- The FAB is hidden as expected in drawer category views.
- The issue occurs when returning from a drawer category view to Home using the Home button.
- The problem appears to be related to FAB visibility not being restored when transitioning back to a normal filesystem view.
Describe the bug
The FloatingActionButton (FAB) is correctly hidden in drawer category views where file creation is not supported. However, after leaving one of these views and returning to Home using the Home button, the FAB remains hidden in the normal filesystem view. The FAB only reappears after an additional back navigation.
To Reproduce
Expected behavior
The FAB should remain hidden in drawer category views, but it should be restored immediately when returning to Home or a normal filesystem directory via the Home button.
Actual behavior
After leaving a drawer category view and returning to Home, the FAB remains hidden in normal filesystem directory views where file creation should be available. The FAB only returns after an additional back navigation.
Video
https://github.com/user-attachments/assets/567d5e3c-68c0-4e4e-a079-853a5dc8385a
Smartphone:
Additional context