Skip to content

Commit 5291147

Browse files
committed
replace icon resource
1 parent c2300f0 commit 5291147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/network/src/main/java/sefirah/network/ConnectionToggleTileService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class ConnectionToggleTileService : TileService() {
142142
TileData(
143143
label = "Unknown",
144144
tileState = Tile.STATE_UNAVAILABLE,
145-
icon = Icon.createWithResource(this@ConnectionToggleTileService, R.drawable.ic_connection),
145+
icon = Icon.createWithResource(this@ConnectionToggleTileService, sefirah.presentation.R.drawable.sync_problem),
146146
)
147147
}
148148
}

0 commit comments

Comments
 (0)