Commit 2f99846f authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Remove commented code.

parent b9aaab61
......@@ -176,11 +176,10 @@ class AuthenticationLoginFragment : Fragment() {
}
private fun scrollToBottom() {
// scroll_view.postDelayed({ scroll_view.smoothScrollTo(0, view.top) }, 1000)
scroll_view.postDelayed({ scroll_view.fullScroll(ScrollView.FOCUS_DOWN); }, 1000)
}
private fun hideFab() {
button_fab.postDelayed({button_fab.hide() }, 1500)
}
}
\ No newline at end of file
}
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