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:
parent
7e88fda645
commit
47e8645dea
3 changed files with 5 additions and 4 deletions
|
|
@ -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">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue