Browse Source

Fix NPE when updating tabs before tab views are created

Guy Carmeli 5 years ago
parent
commit
fccfb4d8c2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/android/app/build.gradle

+ 1
- 1
lib/android/app/build.gradle View File

@@ -97,7 +97,7 @@ dependencies {
97 97
     implementation 'androidx.annotation:annotation:1.1.0'
98 98
     implementation 'com.google.android.material:material:1.1.0-alpha08'
99 99
 
100
-    implementation 'com.github.wix-playground:ahbottomnavigation:3.1.1'
100
+    implementation 'com.github.wix-playground:ahbottomnavigation:3.1.2'
101 101
     implementation 'com.github.wix-playground:reflow-animator:1.0.4'
102 102
     implementation 'com.github.clans:fab:1.6.4'
103 103