Skip to content

Commit

Permalink
Code reformat made.
Browse files Browse the repository at this point in the history
  • Loading branch information
halilozel1903 committed Nov 27, 2022
1 parent 6a533d9 commit 13d7eac
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions app/src/main/java/com/veripark/buildvariantapp/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ import androidx.core.app.ActivityCompat

class MainActivity : AppCompatActivity() {

companion object {
private const val REQUEST_CODE = 1903
private val PERMISSIONS = arrayOf(
Manifest.permission.ACCESS_COARSE_LOCATION,
Manifest.permission.ACCESS_FINE_LOCATION
)
}

private lateinit var mapHelper: MapHelper

override fun onCreate(savedInstanceState: Bundle?) {
Expand Down Expand Up @@ -65,4 +57,11 @@ class MainActivity : AppCompatActivity() {
}
}

companion object {
private const val REQUEST_CODE = 1903
private val PERMISSIONS = arrayOf(
Manifest.permission.ACCESS_COARSE_LOCATION,
Manifest.permission.ACCESS_FINE_LOCATION
)
}
}

0 comments on commit 13d7eac

Please sign in to comment.