cpp-watch update while in backtround

This commit is contained in:
AdrianLxM 2017-07-10 05:23:40 +02:00
parent 7fa8ea7224
commit b53c40c4ad

View file

@ -492,6 +492,7 @@ public class CircadianPercentageProfileFragment extends Fragment {
@Override
public void onResume() {
super.onResume();
updateGui();
MainApp.bus().register(this);
onStatusEvent(new EventInitializationChanged());
fl.requestFocusFromTouch();