-
-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Support for Android 15 - Toolbar is not accessible on api level 35 #1280
Comments
Yup we need to add support for Android 15, contribs are more than welcome 🙏 |
You are using com.google.android.material, so you only need to add fitsSystemWindows when you use Toolbar after upload the target version
|
Please send a PR with the fix and we can merge it 👍 |
* Upgrade targetSdk to 35 * Fix issue ChuckerTeam#1280.
@cortinico please close this issue as it is fixed |
When do you plan to release the version with the fix? In the changelog it is part of the Unreleased version 🤔 |
I'll make one over the coming weeks 👍 |
✍️ Describe the bug
When I open the chucker activity from the notification list is not possible to tap the options in the toolbar, like search, share or go back.
💣 Steps to reproduce
🔧 Expected behavior
Be able to tap the options in the toolbar
📷 Screenshots
📱 Tech info
📄 Additional context
I had the same problem in my app, and this documentation help me to fix it https://developer.android.com/about/versions/15/behavior-changes-15#not-edge-to-edge
The text was updated successfully, but these errors were encountered: