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
Describe the bug
The toolbar is under the status bar on Android 15.
To Reproduce
CT Inbox has been implemented for a while and it's working just fine. However, after setting targetSdk to 35, the inbox is not properly displayed. The toolbar is under the status bar and the back button does not work, only the back gesture.
On the other views in the app, after setting the targetSdk to 35, I had to have the parent CoordinatorLayout with android:fitsSystemWindows="true".
Expected behavior
The Inbox title should be below the status bar and the back button accessible.
Describe the bug
The toolbar is under the status bar on Android 15.
To Reproduce
CT Inbox has been implemented for a while and it's working just fine. However, after setting targetSdk to 35, the inbox is not properly displayed. The toolbar is under the status bar and the back button does not work, only the back gesture.
On the other views in the app, after setting the targetSdk to 35, I had to have the parent CoordinatorLayout with android:fitsSystemWindows="true".
Expected behavior
The Inbox title should be below the status bar and the back button accessible.
Screenshots/Logs
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: