UX: seconds flash interval UI, hidden active controls, back-to-setup flow
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.mindmachine.mvp.session
|
||||
|
||||
import com.mindmachine.mvp.domain.RuntimeState
|
||||
|
||||
fun shouldShowActiveControlsByDefault(runtimeState: RuntimeState): Boolean {
|
||||
return runtimeState != RuntimeState.RUNNING && runtimeState != RuntimeState.COUNTDOWN
|
||||
}
|
||||
Reference in New Issue
Block a user