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

Commit de7cf633 authored by Vinit Nayak's avatar Vinit Nayak
Browse files

Remove unused API removeFromSideStage

Bug: 349828130
Test: Compiles
Flag: EXEMPT refactor
Change-Id: I14e18cf75a445d7ec89f6627d85ef7832ee59dae
parent f36e9414
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -1079,16 +1079,6 @@ public class SystemUiProxy implements ISystemUiProxy, NavHandle, SafeCloseable {
        }
    }

    public void removeFromSideStage(int taskId) {
        if (mSplitScreen != null) {
            try {
                mSplitScreen.removeFromSideStage(taskId);
            } catch (RemoteException e) {
                Log.w(TAG, "Failed call removeFromSideStage");
            }
        }
    }

    //
    // One handed
    //