added user ImageView stand alone

This commit is contained in:
h4h13 2019-05-20 00:09:56 +05:30
parent 9c363a6b28
commit 762fb4dbbe
24 changed files with 215 additions and 261 deletions

View file

@ -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))
}, {
}))