Ejemplo n.º 1
0
 @Override
 protected void onPause() {
   super.onPause();
   sThreadShowing = 0;
   if (!mSlidingMenu.isMenuShowing()) {
     mContent.onContentClosed();
   }
 }
Ejemplo n.º 2
0
 @Override
 public void onOpened() {
   // When the menu (i.e. the conversation list) has been opened, the content has been opened.
   // So notify the content fragment.
   if (mContent != null) mContent.onContentClosed();
 }