Commit 396e1043 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update code formatting style.

parent 99843c2a
......@@ -173,10 +173,14 @@ class AuthenticationLoginFragment : Fragment() {
}
private fun scrollToBottom() {
scroll_view.postDelayed({ scroll_view.fullScroll(ScrollView.FOCUS_DOWN); }, 1000)
scroll_view.postDelayed({
scroll_view.fullScroll(ScrollView.FOCUS_DOWN)
}, 1000)
}
private fun hideFab() {
button_fab.postDelayed({button_fab.hide() }, 1500)
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