Browse Source

Make fab with actions a bit more responsive when animating from collapsed to expended state

Guy Carmeli 7 years ago
parent
commit
2b418696be

+ 1
- 0
android/app/src/main/java/com/reactnativenavigation/views/FloatingActionButtonAnimator.java View File

59
 
59
 
60
     void showCollapsed() {
60
     void showCollapsed() {
61
         animateFab(collapsedFab, 1, 0);
61
         animateFab(collapsedFab, 1, 0);
62
+        collapsedFab.bringToFront();
62
     }
63
     }
63
 
64
 
64
     void hideExpended() {
65
     void hideExpended() {