Wear: fix wear tile selected pref

This commit is contained in:
Andries Smit 2022-01-13 14:09:44 +01:00
parent ad95626619
commit c6488fe904

View file

@ -244,7 +244,7 @@ abstract class TileBase : TileService() {
setDefaultSettings(sharedPrefs)
val actionList: MutableList<Action> = mutableListOf()
for (i in 0..4) {
for (i in 1..4) {
val action = getActionFromPreference(sharedPrefs, i)
if (action != null) {
actionList.add(action)