Disable tab switching in media overview during multiselect.

Multiselect only applies to items in the "media" tab, so people
shouldn't be able to switch tabs during multiselect.
This commit is contained in:
Greyson Parrelli
2018-09-27 09:47:08 -07:00
parent a0ab252bc9
commit 84c71fce16
4 changed files with 100 additions and 7 deletions

View File

@@ -18,7 +18,7 @@
android:titleTextColor="?attr/media_overview_toolbar_foreground"
app:layout_scrollFlags="scroll|enterAlways"/>
<android.support.design.widget.TabLayout
<org.thoughtcrime.securesms.components.ControllableTabLayout
android:id="@+id/tab_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -30,7 +30,7 @@
</android.support.design.widget.AppBarLayout>
<android.support.v4.view.ViewPager
<org.thoughtcrime.securesms.components.ControllableViewPager
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent"