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

Unverified Commit c64f7f40 authored by Danesh Mondegarian's avatar Danesh Mondegarian Committed by Michael Bestas
Browse files

PhoneWindowManager: Forward port long press back to kill app

Change-Id: If3ed27e8408cdf383653c7d18988112c13f8bcea
parent fdc79dd9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1668,6 +1668,9 @@ public class PhoneWindowManager implements WindowManagerPolicy {
            case SPLIT_SCREEN:
                toggleSplitScreen();
                break;
            case KILL_APP:
                ActionUtils.killForegroundApp(mContext, mCurrentUserId);
                break;
            default:
                break;
        }