1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-05 12:01:35 +00:00

small fixes so i can test

1. left users are users not ids
2. null guard (crash)
3. arbitrary fix for layout issue
This commit is contained in:
Austin Huang 2021-01-02 21:32:31 -05:00
parent 7e88fda645
commit 47e8645dea
No known key found for this signature in database
GPG key ID: 84C23AA04587A91F
3 changed files with 5 additions and 4 deletions

View file

@ -123,6 +123,7 @@
app:layout_constraintStart_toEndOf="@id/ivProfilePic"
app:layout_constraintTop_toBottomOf="@id/tvUsername"
app:layout_constraintWidth_min="wrap"
app:layout_constraintWidth_max="230dp"
app:viewPartInfo="@id/message_info"
app:viewPartMain="@id/message">