1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-24 19:06:53 +01:00

added button index hint

This commit is contained in:
Daniel Dakhno 2019-11-17 05:03:23 +01:00
parent e04cd474dc
commit ca18e1fe34

View File

@ -382,6 +382,7 @@ public class ConfigActivity extends AbstractGBActivity {
}
}
})
.setTitle("Button " + (currentIndex + 1))
.create();
dialog.show();
}