예제 #1
0
 public void onResume()
 {
   super.onResume();
   mB();
   if (!this.Ol.booleanValue())
   {
     if (this.ahD == null)
       this.ahD = new GroupListInfoActivity.UpdateListener(this);
     IntentFilter localIntentFilter = new IntentFilter("com.zing.zalo.ACTION_REFRESH_GROUP_LIST_INFO");
     localIntentFilter.addAction("com.zing.zalo.ACTION_UPDATE_GROUP_INFO");
     registerReceiver(this.ahD, localIntentFilter);
     this.Ol = Boolean.valueOf(true);
   }
 }
예제 #2
0
 protected void onResume() {
   IntentFilter localIntentFilter = new IntentFilter();
   localIntentFilter.addAction("com.zing.zalo.ui.ZaloUserPopupActivityIntent");
   registerReceiver(this.bS, localIntentFilter);
   super.onResume();
 }
 protected void onResume() {
   super.onResume();
 };