Commit 3806f32e authored by kareemhamdy500's avatar kareemhamdy500

[IMPROVEMENT] Hide the drawing toolbar while drawing

parent d95710d1
...@@ -106,7 +106,7 @@ class DrawingActivity : DaggerAppCompatActivity(), DrawView { ...@@ -106,7 +106,7 @@ class DrawingActivity : DaggerAppCompatActivity(), DrawView {
} }
} }
private fun toggleDrawTools(view: View, showView: Boolean = true, all_show: Boolean = true) { private fun toggleDrawTools(view: View, showView: Boolean = true) {
if (showView) { if (showView) {
view.animate().translationY((0).toPx) view.animate().translationY((0).toPx)
} else { } else {
......
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