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

Fix the show more social account icon not showing,

Plus fix file indentation.
parent 9f49e746
......@@ -15,6 +15,7 @@ import android.view.inputmethod.InputMethodManager
import android.widget.Toast
import chat.rocket.android.R
// TODO: Remove. Use KTX instead.
fun View.setVisible(visible: Boolean) {
visibility = if (visible) {
View.VISIBLE
......
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