fix: Remove listeners in GoogleMap.cameraEvents(): Flow<CameraEvent> implementation#82
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
|
@googlebot I signed it! |
|
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
Codecov Report
@@ Coverage Diff @@
## master #82 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 28 28
Lines 172 186 +14
Branches 26 26
======================================
- Misses 172 186 +14
Continue to review full report at Codecov.
|
47fc9d9 to
1503ee8
Compare
arriolac
left a comment
There was a problem hiding this comment.
Thanks for sending us a PR! I have one stylistic comment, other than that, it looks good to me.
…): Flow<CameraEvent> implementation and remove unnecessary inline.
1503ee8 to
3888baa
Compare
## [2.1.1](v2.1.0...v2.1.1) (2020-07-21) ### Bug Fixes * Remove listeners in awaitClose block in GoogleMaps.cameraEvents(): Flow<CameraEvent> implementation and remove unnecessary inline. ([#82](#82)) ([7756605](7756605))
|
🎉 This PR is included in version 2.1.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Fixes #80.
awaitClosewithin theGoogleMap.cameraEvents(): Flow<CameraEvent>implementation.inlinekeyword as the function has no parameters of function types.Also made a couple of unrelated changes (let me know if you want them in a separate PR):
kotlin-stdlib-jdk7tokotlin-stdlibas no Java 7 APIs are used.Ran
./gradlew assemble checklocally.