-
Notifications
You must be signed in to change notification settings - Fork 147
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
fix: location tracking activity to component activity #617
fix: location tracking activity to component activity #617
Conversation
* fix: enable edge-to-edge in sample https://developer.android.com/develop/ui/views/layout/edge-to-edge * fix: changes MarkerClusteringActivity to use a Box vs a Surface which interfaces with map touch events --------- Co-authored-by: dkhawk <[email protected]> # Conflicts: # app/src/main/java/com/google/maps/android/compose/LocationTrackingActivity.kt
And we can migrate the theme to not using AppCompat to fully get rid of AppCompat.
Edit: addressing the fix to #620. |
Code Coverage
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, we do not need the AppCompatActivity
.
🎉 This issue has been resolved in version 6.1.3 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 6.1.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Update the LocationTrackingActivity to be a ComponentActivity to make it consistent.