Browse Source

Try to fix issue with S8 and up infinity

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 6 years ago
parent
commit
23e4adfe9b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/src/main/res/layout/controller_chat.xml

+ 2 - 1
app/src/main/res/layout/controller_chat.xml

@@ -22,7 +22,8 @@
 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
                 xmlns:app="http://schemas.android.com/apk/res-auto"
                 android:layout_width="match_parent"
-                android:layout_height="match_parent">
+                android:layout_height="match_parent"
+                android:fitsSystemWindows="true">
 
     <com.stfalcon.chatkit.messages.MessagesList
         android:id="@+id/messagesListView"