mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 10:17:56 +00:00
Fix toolbar overlap in all media screen.
This commit is contained in:
committed by
Greyson Parrelli
parent
2620a8fc51
commit
ae6ca49e4e
@@ -213,11 +213,13 @@ public final class MediaOverviewActivity extends PassphraseRequiredActivity {
|
||||
public void onEnterMultiSelect() {
|
||||
tabLayout.setEnabled(false);
|
||||
viewPager.setEnabled(false);
|
||||
toolbar.setVisibility(View.INVISIBLE);
|
||||
}
|
||||
|
||||
public void onExitMultiSelect() {
|
||||
tabLayout.setEnabled(true);
|
||||
viewPager.setEnabled(true);
|
||||
toolbar.setVisibility(View.VISIBLE);
|
||||
}
|
||||
|
||||
private void showSortOrderDialog(View v) {
|
||||
|
||||
Reference in New Issue
Block a user