mSetState method

void mSetState ()

Implementation

void mSetState() {
  mode = NOTESCREEN_MODE_EDIT;
  setState(() {});
}