Skip to content

Commit

Permalink
Unused state property removed
Browse files Browse the repository at this point in the history
  • Loading branch information
umer0586 committed Jan 9, 2025
1 parent 6ad0423 commit 2726271
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ data class ControlPadPlayScreenState(
val isConnected: Boolean = false,
val controlPadBackgroundColor : Long = Color.Red.value.toLong(),
val hostAddress: String = "",
val bleWaitingForClientConnection: Boolean = false
)
sealed interface ControlPadPlayScreenEvent {
data object OnConnectClick : ControlPadPlayScreenEvent
Expand Down

0 comments on commit 2726271

Please sign in to comment.