mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-06 05:49:49 +02:00
Continue submitting posts even if the user leave PostXXXActivity.
This commit is contained in:
@@ -58,8 +58,6 @@
|
||||
android:elevation="1dp"
|
||||
android:visibility="gone" />
|
||||
|
||||
<!--<include layout="@layout/content_main" />-->
|
||||
|
||||
<androidx.viewpager.widget.ViewPager
|
||||
android:id="@+id/view_pager_main_activity"
|
||||
android:layout_width="match_parent"
|
||||
|
@@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout 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/frame_layout_content_main"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:layout_behavior="@string/appbar_scrolling_view_behavior"
|
||||
tools:application="ml.docilealligator.infinityforreddit.MainActivity"
|
||||
tools:showIn="@layout/app_bar_main" />
|
Reference in New Issue
Block a user