예제 #1
0
 @Override
 protected void onDestroy() {
   super.onDestroy();
   if (mLayoutController != null) {
     mLayoutController.dispose();
   }
 }