Avoid some lint warnings

This commit is contained in:
Juha Heinanen
2021-09-07 09:06:28 +03:00
parent b0555c584c
commit d8ad6e15c9
4 changed files with 10 additions and 4 deletions
@@ -56,7 +56,7 @@ class AccountActivity : AppCompatActivity() {
private var save = false
private var uaIndex= -1
val scope = CoroutineScope(Job() + Dispatchers.Main)
private val scope = CoroutineScope(Job() + Dispatchers.Main)
override fun onCreate(savedInstanceState: Bundle?) {