Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eaa568ef authored by Chuck Liao's avatar Chuck Liao Committed by Automerger Merge Worker
Browse files

Fix the UI of the preview pager broken when only wallpaper tab exists and the...

Fix the UI of the preview pager broken when only wallpaper tab exists and the display size is largest. am: 8fbef256

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/ThemePicker/+/11970741

Change-Id: I07a3456cfc649322a3350d7abd6493e3568b85ee
parents cce7e5e0 8fbef256
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -366,6 +366,11 @@ public class CustomizationPickerActivity extends FragmentActivity implements Wal
        mDelegate.show(collectionId);
    }

    @Override
    public boolean isNavigationTabsContained() {
        return true;
    }

    @Override
    public void onWallpapersReady() {