Kaynağa Gözat

[공통][New] 액션바 카테고리 메뉴 이벤트 2

hyodong.min 7 yıl önce
ebeveyn
işleme
655e78024f

+ 3 - 1
app/src/main/java/kr/co/zumo/app/lifeplus/manager/ActionBarManager.java

@@ -432,7 +432,9 @@ public class ActionBarManager {
         actionBarTitle.setOnClickListener(null);
       }
 
-      ((RadioButton) categoryMainTab.getChildAt(newBuilder.selectedCategoryIndex)).setChecked(true);
+      if(newBuilder.selectedCategoryIndex > -1) {
+        ((RadioButton) categoryMainTab.getChildAt(newBuilder.selectedCategoryIndex)).setChecked(true);
+      }
       categoryMainTab.setOnCheckedChangeListener((radioGroup, i) -> {
         int selectIndex = categoryMainTab.indexOfChild(appBarLayout.findViewById(radioGroup.getCheckedRadioButtonId()));
         //Log.e("APP#  ActionBarManager | init", "|" + selectIndex);