public void onResume() {
   if (currentState != null) {
     currentState.onResume();
   }
 }