Skip to content

Commit

Permalink
Lint complaints fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
slovdahl committed Dec 19, 2023
1 parent 9452a6d commit efde4e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import android.app.Application
import android.util.Log
import androidx.compose.runtime.mutableStateListOf
import androidx.compose.runtime.mutableStateMapOf
import androidx.compose.runtime.mutableStateOf
import androidx.core.net.toUri
import androidx.lifecycle.AndroidViewModel
import androidx.lifecycle.viewModelScope
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private fun PreviewSettingsWearTemplateTileList() {
private fun PreviewSettingsWearTemplateSingleLegacyTile() {
SettingsWearTemplateTileList(
templateTiles = mapOf(
-1 to TemplateTileConfig("Example entity 1: {{ states('sensor.example_entity_1') }}", 300),
-1 to TemplateTileConfig("Example entity 1: {{ states('sensor.example_entity_1') }}", 300)
),
onTemplateTileClicked = {},
onBackClicked = {}
Expand Down

0 comments on commit efde4e4

Please sign in to comment.