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

Commit dc3612b4 authored by Ikram Gabiyev's avatar Ikram Gabiyev Committed by Automerger Merge Worker
Browse files

Merge "Deactivate touch target for splitscreen button" into tm-qpr-dev am:...

Merge "Deactivate touch target for splitscreen button" into tm-qpr-dev am: 108cea32 am: e803905d

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19844708



Change-Id: I26e134f3f72a279637f112661ffca144070f4434
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 4eee5b05 e803905d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -207,6 +207,9 @@ public class PipMenuView extends FrameLayout {
            }
        });

        // this disables the ripples
        mEnterSplitButton.setEnabled(false);

        findViewById(R.id.resize_handle).setAlpha(0);

        mActionsGroup = findViewById(R.id.actions_group);