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

Commit 4a94bc7f authored by Tracy Zhou's avatar Tracy Zhou Committed by Automerger Merge Worker
Browse files

Merge "Support split from fullscreen with shortcuts" into tm-qpr-dev am: 64e965a8

parents 1db1426c 64e965a8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -110,4 +110,9 @@ oneway interface IOverviewProxy {
      * Sent when screen started turning off.
      */
     void onScreenTurningOff() = 24;

     /**
      * Sent when split keyboard shortcut is triggered to enter stage split.
      */
     void enterStageSplitFromRunningApp(boolean leftOrTop) = 25;
}