added user ImageView stand alone
This commit is contained in:
parent
9c363a6b28
commit
762fb4dbbe
24 changed files with 215 additions and 261 deletions
|
@ -145,7 +145,7 @@ class OptionsSheetDialogFragment : RoundedBottomSheetDialogFragment(), View.OnCl
|
|||
.observeOn(AndroidSchedulers.mainThread())
|
||||
.subscribe({ userImage!!.setImageBitmap(it) }, {
|
||||
userImage!!.setImageDrawable(ContextCompat
|
||||
.getDrawable(context!!, R.drawable.ic_person_flat))
|
||||
.getDrawable(context!!, R.drawable.ic_account_white_24dp))
|
||||
}, {
|
||||
|
||||
}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue