Commit b722c034 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Toast duration.

parent 13fd9ca9
...@@ -66,6 +66,6 @@ class ServerFragment : Fragment(), ServerView { ...@@ -66,6 +66,6 @@ class ServerFragment : Fragment(), ServerView {
} }
override fun showMessage(message: String) { override fun showMessage(message: String) {
Toast.makeText(activity, message, Toast.LENGTH_LONG).show() Toast.makeText(activity, message, Toast.LENGTH_SHORT).show()
} }
} }
\ 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