remove unused view

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2021-10-27 13:04:00 +02:00
parent 3afcceae50
commit 06fab75c30
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -29,11 +29,4 @@
android:id="@+id/controller_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<com.bluelinelabs.conductor.ChangeHandlerFrameLayout
android:id="@+id/chatControllerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone" />
</RelativeLayout>