-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Issue Description:
Chat Screen: Top bar UI elements overlapping the System Status Bar. Upon resuming the app from a minimized state (background), the selection menu in the top bar occasionally shifts upward, covering the device's status bar (clock, battery, etc.). The top bar should maintain its proper safe area insets and remain below the system status bar at all times.
Steps to Reproduce:
1.Open a Chat Screen and enter a state where the top selection bar is visible (e.g., long-press a message to select it).
2.Minimize the app (move it to the background) by going to the device home screen or switching apps.
3.Reopen (resume) the app from the task switcher.
4.Observe the top bar's position.
5.Notice that it has shifted upward, overlapping the system's clock and battery icons.
Actual Result:
Upon resuming the application from a minimized (background) state, the top bar's selection menu occasionally shifts upward. This causes the UI elements to overlap and cover the system status bar (where the clock, battery percentage, and notifications are displayed). This issue occurs intermittently.
Expected Result:
The top bar must respect the device's Safe Area insets at all times. It should consistently remain positioned below the system status bar, even after lifecycle events like "Minimize" and "Resume."