|
|
|
@ -5,13 +5,13 @@ import android.content.ClipData
|
|
|
|
|
import android.content.ClipboardManager
|
|
|
|
|
import android.content.Context
|
|
|
|
|
import android.os.Bundle
|
|
|
|
|
import com.google.android.material.bottomsheet.BottomSheetDialogFragment
|
|
|
|
|
import android.view.LayoutInflater
|
|
|
|
|
import android.view.View
|
|
|
|
|
import android.view.ViewGroup
|
|
|
|
|
import android.view.inputmethod.EditorInfo
|
|
|
|
|
import android.view.inputmethod.InputMethodManager
|
|
|
|
|
import android.widget.Toast
|
|
|
|
|
import com.google.android.material.bottomsheet.BottomSheetDialogFragment
|
|
|
|
|
import kotlinx.android.synthetic.main.fragment_user_details_bottom_sheet.*
|
|
|
|
|
import network.loki.messenger.R
|
|
|
|
|
import org.session.libsession.messaging.contacts.Contact
|
|
|
|
@ -34,7 +34,7 @@ class UserDetailsBottomSheet : BottomSheetDialogFragment() {
|
|
|
|
|
profilePictureView.publicKey = publicKey
|
|
|
|
|
profilePictureView.glide = GlideApp.with(this)
|
|
|
|
|
profilePictureView.isLarge = true
|
|
|
|
|
profilePictureView.update()
|
|
|
|
|
profilePictureView.update(recipient, -1)
|
|
|
|
|
nameTextViewContainer.visibility = View.VISIBLE
|
|
|
|
|
nameTextViewContainer.setOnClickListener {
|
|
|
|
|
nameTextViewContainer.visibility = View.INVISIBLE
|
|
|
|
|