clean up unused code

This commit is contained in:
Ryan ZHAO
2021-02-23 15:56:42 +11:00
parent ff36fbb6a1
commit fec13ba72e
14 changed files with 3 additions and 629 deletions

View File

@@ -134,13 +134,6 @@
android:background="?android:dividerHorizontal"
android:elevation="1dp" />
<ViewStub
android:id="@+id/group_share_profile_view_stub"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inflatedId="@+id/group_share_profile_view"
android:layout="@layout/conversation_activity_group_share_profile_stub" />
<FrameLayout
android:id="@+id/fragment_content"
android:layout_width="match_parent"

View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<org.thoughtcrime.securesms.profiles.GroupShareProfileView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/group_share_profile_view"
android:layout_width="match_parent"
android:layout_height="wrap_content" />