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

Commit fcd73824 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am dd251cab: Merge "Fix build." into jb-dev

* commit 'dd251cab':
  Fix build.
parents 5bf8f01b dd251cab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -226,8 +226,8 @@ public class BridgeWindowManager implements IWindowManager {
    }

    @Override
    public void overridePendingAppTransition(String arg0, int arg1, int arg2)
            throws RemoteException {
    public void overridePendingAppTransition(String arg0, int arg1, int arg2,
            IRemoteCallback startedCallback) throws RemoteException {
        // TODO Auto-generated method stub

    }