Fixed and improved the UI for starting a full node

This commit is contained in:
2017-05-18 07:29:16 +02:00
parent bf070da20a
commit a67560c28b
4 changed files with 12 additions and 11 deletions

View File

@ -479,7 +479,7 @@ public class MainActivity extends AppCompatActivity
i.runOnUiThread(new Runnable() {
@Override
public void run() {
i.nodeSwitch.withChecked(i.bmc.isRunning());
i.nodeSwitch.withChecked(Preferences.isFullNodeActive(i));
i.drawer.updateStickyFooterItem(i.nodeSwitch);
}
});