-
What is the piece of code which if I commented out the bottom bar would stop showing completely? Which piece of code adds it to the edit view? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
harshad1
Jul 16, 2024
Replies: 2 comments 2 replies
-
Find this id and set the view visibility to gone should do it I think
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
elyahw
-
I added code to do this in my pr, btw: 167d5e9#diff-a5f18ed8d9a7afd47e78969d79f34ea509f949c4f383113680d828316380943dR675 If you disable all the action buttons it will now hide the action bar. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Find this id and set the view visibility to gone should do it I think