You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't a feature request or a discussion topic
Bug description
Some overlayed text in the "calls" screen
Steps to reproduce
I go to the calls screen
-Pressed on one of the calls and pressed on “Select”, and then on “Select all”. Then, I long pressed on one of the calls while everything was selected and then pressed on “Info” here:
Then pressed here to go back:
And I saw this:
Device info
Device: Google Pixel 6 Android version: Latest GrapheneOS, Android 14 Signal version: 6.40.4
Fixes issue signalapp#13260 where the user would see 'Signal' with "[n] selected" in the ActionBar.
Achieved by first hiding supportActionBar when ActionMode starts (items selected) and showing supportActionBar when it ends (all items deselected). The supportActionBar also needs to be hidden again in onResume when the user has navigated back to the screen (but only if no items are selected, using viewModel.selectionStateSnapshot.isNotEmpty(...).
Bug description
Some overlayed text in the "calls" screen
Steps to reproduce
-Pressed on one of the calls and pressed on “Select”, and then on “Select all”. Then, I long pressed on one of the calls while everything was selected and then pressed on “Info” here:
Device info
Device: Google Pixel 6
Android version: Latest GrapheneOS, Android 14
Signal version: 6.40.4
Link to debug log
https://debuglogs.org/android/6.40.4/2c836d475a5f5929c6e8c5c7865538fba2c93537b067d89cfd8d4e6ffd3172b3
The text was updated successfully, but these errors were encountered: