Fixed reset button for execution times
This commit is contained in:
parent
9d8674a3ed
commit
f7a9fa09d4
4 changed files with 29 additions and 1 deletions
|
|
@ -193,6 +193,8 @@ public class MainActivity extends FragmentActivity implements OnSharedPreference
|
|||
executor.reset();
|
||||
if(statusFragment != null)
|
||||
statusFragment.reset();
|
||||
if(behaviourListFragment != null)
|
||||
behaviourListFragment.onResume();
|
||||
updateExecutionState();
|
||||
}
|
||||
else if (id == R.id.action_edit) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue