From cbfd83c0b463cfc526bbbf536357d8449806525f Mon Sep 17 00:00:00 2001
From: Janne Koschinski <janne@kuschku.de>
Date: Mon, 9 Apr 2018 01:34:59 +0200
Subject: [PATCH] Fixed a wrong id

---
 app/src/main/res/layout/layout_editor.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/src/main/res/layout/layout_editor.xml b/app/src/main/res/layout/layout_editor.xml
index 53a28068b..54c2793af 100644
--- a/app/src/main/res/layout/layout_editor.xml
+++ b/app/src/main/res/layout/layout_editor.xml
@@ -21,7 +21,7 @@
     android:id="@+id/chatline_scroller"
     android:layout_width="0dp"
     android:layout_height="0dp"
-    app:layout_constraintBottom_toTopOf="@+id/autocomplete_list_expanded"
+    app:layout_constraintBottom_toTopOf="@+id/autocomplete_list"
     app:layout_constraintEnd_toStartOf="@+id/send"
     app:layout_constraintHorizontal_bias="1.0"
     app:layout_constraintStart_toEndOf="@+id/tab_complete"
-- 
GitLab