cpp-watch update while in backtround
This commit is contained in:
parent
7fa8ea7224
commit
b53c40c4ad
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue