-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chapter audio only hides bottom bar if scripture text is shown
This fixes an issue where "hide text" projects couldn't navigate questions on mobile, since the bottom bar is now being hidden. So now, we don't hide the bottom bar if "hide text" is enabled. We will instead only hide the bar if the "hide text" is disabled and the chapter audio is shown. Effectively, this is when "the user opens the chapter audio." The second case where we hide the bar remains. I did a slight refactoring to make all this clear and readable. The original reason for the hiding behavior is still intact, that being to free up space on mobile and keep users focused on their intended task.
- Loading branch information
1 parent
e3e072a
commit addcd7e
Showing
2 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters