Commit f6c0d834 authored by Thomas's avatar Thomas
Browse files

Fix issue #622 - Rollback to previous view for notifications

parent 536e6d9c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -14,9 +14,8 @@
    You should have received a copy of the GNU General Public License along with Fedilab; if not,
    see <http://www.gnu.org/licenses>
-->
<androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/card_status_container"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
@@ -39,7 +38,7 @@
        android:gravity="center_vertical"
        android:orientation="horizontal"
        android:visibility="gone"
        tools:visibility="visible">
        app:layout_constraintTop_toBottomOf="@+id/status">

        <androidx.appcompat.widget.AppCompatTextView
            android:id="@+id/type_of_concat"
@@ -59,4 +58,5 @@
                android:orientation="horizontal" />
        </HorizontalScrollView>
    </androidx.appcompat.widget.LinearLayoutCompat>
</androidx.appcompat.widget.LinearLayoutCompat>
 No newline at end of file

</androidx.constraintlayout.widget.ConstraintLayout>
 No newline at end of file