refactor(ui): compose resources, domain layer (#4628)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2026-02-22 21:39:50 -06:00 committed by GitHub
parent 96adc70401
commit 2676a51647
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
322 changed files with 3031 additions and 2790 deletions

View file

@ -53,7 +53,8 @@ constructor(
hasPermissions = true,
),
)
val state: StateFlow<BluetoothState> = _state.asStateFlow()
val state: StateFlow<BluetoothState>
get() = _state.asStateFlow()
init {
processLifecycle.coroutineScope.launch(dispatchers.default) {