disable isTesting
This commit is contained in:
@@ -52,7 +52,7 @@ class MainActivity : AppCompatActivity() {
|
||||
|
||||
private var startTime: Long = 0L
|
||||
|
||||
private val isTesting = true
|
||||
private val isTesting = false
|
||||
|
||||
override fun onCreate(savedInstanceState: Bundle?) {
|
||||
super.onCreate(savedInstanceState)
|
||||
|
||||
Reference in New Issue
Block a user