Wear: fix wear tile selected pref
This commit is contained in:
parent
ad95626619
commit
c6488fe904
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue