File tree Expand file tree Collapse file tree
src/com/bpmct/trmnl_nook_simple_touch Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -453,14 +453,15 @@ public void run() {
453453 logD ("Ensure you are connected to WiFi. Press the home button and go into settings to configure." );
454454 cancelConnectivityWait ();
455455 if (showErrorInMenu ) {
456- a .showMenuStatus ("Couldn't connect. Tap Next to retry ." , true );
456+ a .showMenuStatus ("Couldn't connect. Will retry next cycle ." , true );
457457 } else {
458- if (a .contentView != null ) a .contentView .setText ("Couldn't connect. Tap Next to retry ." );
458+ if (a .contentView != null ) a .contentView .setText ("Couldn't connect. Will retry next cycle ." );
459459 if (a .contentScroll != null ) a .contentScroll .setVisibility (View .VISIBLE );
460460 if (a .imageView != null ) a .imageView .setVisibility (View .GONE );
461461 if (a .logView != null ) a .logView .setVisibility (View .VISIBLE );
462462 a .forceFullRefresh ();
463463 }
464+ a .scheduleNextCycle ();
464465 }
465466 };
466467 refreshHandler .postDelayed (pendingConnectivityTimeoutRunnable , CONNECTIVITY_MAX_WAIT_MS );
You can’t perform that action at this time.
0 commit comments