diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0a64a69..408a064 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -77,7 +77,6 @@ dependencies { testImplementation("androidx.test.ext:junit:1.1.5") testImplementation("androidx.test.espresso:espresso-core:3.5.1") implementation("com.google.code.gson:gson:2.10.1") - } ktlint { diff --git a/app/src/main/java/com/fredhappyface/ewesticker/MainActivity.kt b/app/src/main/java/com/fredhappyface/ewesticker/MainActivity.kt index 67970c6..13685f6 100644 --- a/app/src/main/java/com/fredhappyface/ewesticker/MainActivity.kt +++ b/app/src/main/java/com/fredhappyface/ewesticker/MainActivity.kt @@ -16,6 +16,7 @@ import androidx.appcompat.app.AppCompatActivity import androidx.lifecycle.lifecycleScope import androidx.preference.PreferenceManager import com.fredhappyface.ewesticker.utilities.Toaster +import com.google.android.material.progressindicator.LinearProgressIndicator import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.launch import kotlinx.coroutines.withContext @@ -120,11 +121,13 @@ class MainActivity : AppCompatActivity() { toaster.toast(getString(R.string.imported_010)) val button = findViewById