Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
Android1500 committed Nov 5, 2022
1 parent 1ae6688 commit 7d66925
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ class MapsFragment : Fragment(R.layout.fragment_maps), OnMapReadyCallback, Googl

}

override fun onSaveInstanceState(outState: Bundle) {
super.onSaveInstanceState(outState)

}

private fun initializeMap() {
lifecycleScope.launchWhenResumed {
val mapFragment = childFragmentManager.findFragmentById(R.id.map) as SupportMapFragment?
Expand Down

0 comments on commit 7d66925

Please sign in to comment.