Skip to content

Commit bb47cf6

Browse files
author
Dianne Hackborn
committed
Fix build.
Change-Id: I41415fed99d98406bc033289428bde59475c2917
1 parent 6593be0 commit bb47cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeWindowManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ public IWindowSession openSession(IInputMethodClient arg0, IInputContext arg1)
226226
}
227227

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

233233
}

0 commit comments

Comments
 (0)