|
@@ -7,7 +7,6 @@ import android.widget.LinearLayout;
|
7
|
7
|
|
8
|
8
|
import com.aurelhubert.ahbottomnavigation.AHBottomNavigation;
|
9
|
9
|
import com.aurelhubert.ahbottomnavigation.AHBottomNavigationItem;
|
10
|
|
-import com.reactnativenavigation.BuildConfig;
|
11
|
10
|
import com.reactnativenavigation.R;
|
12
|
11
|
import com.reactnativenavigation.parse.LayoutDirection;
|
13
|
12
|
|
|
@@ -24,7 +23,6 @@ public class BottomTabs extends AHBottomNavigation {
|
24
|
23
|
super(context);
|
25
|
24
|
setId(R.id.bottomTabs);
|
26
|
25
|
setBehaviorTranslationEnabled(false);
|
27
|
|
- if (BuildConfig.DEBUG) setContentDescription("BottomTabs");
|
28
|
26
|
}
|
29
|
27
|
|
30
|
28
|
public void disableItemsCreation() {
|