コード例 #1
0
ファイル: MainActivity.java プロジェクト: tariq86/qksms
 @Override
 protected void onPause() {
   super.onPause();
   sThreadShowing = 0;
   if (!mSlidingMenu.isMenuShowing()) {
     mContent.onContentClosed();
   }
 }
コード例 #2
0
ファイル: MainActivity.java プロジェクト: tariq86/qksms
 @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();
 }