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)
|
setDefaultSettings(sharedPrefs)
|
||||||
|
|
||||||
val actionList: MutableList<Action> = mutableListOf()
|
val actionList: MutableList<Action> = mutableListOf()
|
||||||
for (i in 0..4) {
|
for (i in 1..4) {
|
||||||
val action = getActionFromPreference(sharedPrefs, i)
|
val action = getActionFromPreference(sharedPrefs, i)
|
||||||
if (action != null) {
|
if (action != null) {
|
||||||
actionList.add(action)
|
actionList.add(action)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue