We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac9859 commit cc99724Copy full SHA for cc99724
1 file changed
src/com/bpmct/trmnl_nook_simple_touch/DisplayActivity.java
@@ -964,9 +964,9 @@ private void showGiftModeScreen() {
964
965
TextView urlView = new TextView(this);
966
if (hasCode) {
967
- urlView.setText("nooks.bpmct.net?device=" + code);
+ urlView.setText("https://nooks.bpmct.net/?device=" + code);
968
} else {
969
- urlView.setText("nooks.bpmct.net");
+ urlView.setText("https://nooks.bpmct.net");
970
}
971
urlView.setTextSize(20);
972
urlView.setTextColor(0xFF000000);
0 commit comments