Skip to content

Commit 9d105c8

Browse files
optimize import
1 parent 1334274 commit 9d105c8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

app/src/androidTest/java/com/singularity_code/gpstracker/ExampleInstrumentedTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package com.singularity_code.gpstracker
22

33
import androidx.test.ext.junit.runners.AndroidJUnit4
44
import androidx.test.platform.app.InstrumentationRegistry
5-
import org.junit.Assert.*
5+
import org.junit.Assert.assertEquals
66
import org.junit.Test
77
import org.junit.runner.RunWith
88

app/src/main/java/com/singularity_code/gpstracker/activity/KotlinActivityExample.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ import android.widget.Toast
99
import androidx.activity.ComponentActivity
1010
import androidx.activity.compose.setContent
1111
import androidx.compose.foundation.layout.*
12-
import androidx.compose.material3.*
12+
import androidx.compose.material3.MaterialTheme
13+
import androidx.compose.material3.Surface
14+
import androidx.compose.material3.Text
1315
import androidx.compose.runtime.Composable
1416
import androidx.compose.runtime.collectAsState
1517
import androidx.compose.ui.Modifier

live-location/src/androidTest/java/com/singularity_code/live_location/ExampleInstrumentedTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package com.singularity_code.live_location
22

33
import androidx.test.ext.junit.runners.AndroidJUnit4
44
import androidx.test.platform.app.InstrumentationRegistry
5-
import org.junit.Assert.*
5+
import org.junit.Assert.assertEquals
66
import org.junit.Test
77
import org.junit.runner.RunWith
88

0 commit comments

Comments
 (0)