mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Fix FAB behavior
This commit is contained in:
		| @@ -5,7 +5,7 @@ import android.support.design.widget.FloatingActionButton | ||||
| import android.support.v4.view.ViewCompat | ||||
| import android.view.View | ||||
|  | ||||
| abstract class FABAnimationBase() : FloatingActionButton.Behavior() { | ||||
| abstract class FABAnimationBase : FloatingActionButton.Behavior() { | ||||
|  | ||||
|     var isAnimatingOut = false | ||||
|  | ||||
|   | ||||
| @@ -34,7 +34,7 @@ class FABAnimationUpDown @JvmOverloads constructor(ctx: Context, attrs: Attribut | ||||
|  | ||||
|             override fun onAnimationEnd(animation: Animation) { | ||||
|                 isAnimatingOut = false | ||||
|                 button.visibility = View.GONE | ||||
|                 button.visibility = View.INVISIBLE | ||||
|             } | ||||
|  | ||||
|             override fun onAnimationRepeat(animation: Animation) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user