Fix cut-off profile picture options.

This commit is contained in:
Michelle Tang
2026-03-06 14:16:08 -05:00
committed by jeffrey-signal
parent 7aca5f77f6
commit 51e6ae8f03

View File

@@ -93,6 +93,8 @@ class AvatarPickerFragment : Fragment(R.layout.avatar_picker_fragment) {
adapter.submitList(items) {
if (selectedPosition > -1) {
recycler.smoothScrollToPosition(selectedPosition)
} else {
recycler.smoothScrollToPosition(0)
}
}
}