Last active
August 25, 2019 14:08
-
-
Save SeongUgJung/120c73597c3d5d7053e5d7da9cf80cc1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val mapFragment = SupportMapFragment() | |
mapFragment.retainInstance = false | |
fragmentManager.beginTransaction() | |
.replace(mapParams.resId, mapFragment) | |
.commit() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment