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):