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

Commit 7db704a3 authored by Winson's avatar Winson Committed by Winson Chung
Browse files

Preventing crash when attempting to move un-resizeable task to FF stack.

Bug: 26405612
Change-Id: I44e3472e45f8201ee0186d07bad6212916405a08
parent 3e9bc83e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -468,7 +468,7 @@ public class SystemServicesProxy {

        try {
            mIam.positionTaskInStack(taskId, stackId, 0);
        } catch (RemoteException e) {
        } catch (RemoteException | IllegalArgumentException e) {
            e.printStackTrace();
        }
    }