Skip to content

Commit e8e1e8a

Browse files
committed
Focus current item in provider list
1 parent be83a80 commit e8e1e8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ProviderList.mc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class ProviderList extends WatchUi.Menu2 {
3131
p.update();
3232
addItem(mkProviderListItem(p, i));
3333
}
34+
setFocus(_currentIndex);
3435
addItem(new WatchUi.MenuItem("Configure", null, :configure, {}));
3536

3637
var updateRate = Application.Properties.getValue("glanceRate");

0 commit comments

Comments
 (0)