Skip to content

Commit 1a4c67e

Browse files
author
sds100
committed
style: cleanup
Signed-off-by: sds100 <developer.sds100@gmail.com>
1 parent ceb1499 commit 1a4c67e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

app/src/main/java/com/mapcode/MainActivity.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import androidx.activity.compose.setContent
66
import androidx.compose.foundation.layout.fillMaxSize
77
import androidx.compose.material.MaterialTheme
88
import androidx.compose.material.Surface
9-
import androidx.compose.material.Text
109
import androidx.compose.runtime.Composable
1110
import androidx.compose.ui.Modifier
1211
import androidx.compose.ui.tooling.preview.Preview
@@ -17,7 +16,6 @@ class MainActivity : ComponentActivity() {
1716
super.onCreate(savedInstanceState)
1817
setContent {
1918
MapcodeTheme {
20-
// A surface container using the 'background' color from the theme
2119
Surface(modifier = Modifier.fillMaxSize(), color = MaterialTheme.colors.background) {
2220

2321
}
@@ -30,6 +28,6 @@ class MainActivity : ComponentActivity() {
3028
@Composable
3129
fun DefaultPreview() {
3230
MapcodeTheme {
33-
31+
3432
}
3533
}

0 commit comments

Comments
 (0)