Commit 24f99801 authored by Mygod's avatar Mygod

Remove redundant override

parent 5372cf89
......@@ -49,7 +49,6 @@ class StatsBar @JvmOverloads constructor(context: Context, attrs: AttributeSet?
super.onNestedScroll(coordinatorLayout, child, target, dxConsumed, if (Math.abs(dy) >= threshold) dy else 0,
dxUnconsumed, 0, type)
}
public override fun slideUp(child: BottomAppBar) = super.slideUp(child)
}
override fun getBehavior() = behavior
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment