Skip to content

Commit

Permalink
Prevent player from editing room chat log
Browse files Browse the repository at this point in the history
  • Loading branch information
Rian8337 committed Aug 20, 2023
1 parent ce401f4 commit e10a711
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions res/layout/multiplayer_room_chat.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,9 @@
android:id="@+id/chat_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:editable="true"
android:padding="16dp"
android:layout_marginTop="5dp"
android:lineSpacingMultiplier="1.1"
android:inputType="textFilter|textMultiLine"
android:gravity="bottom"
android:scrollbars="vertical"
android:layout_alignParentTop="true"
Expand Down

0 comments on commit e10a711

Please sign in to comment.