Skip to content

Commit 2447871

Browse files
author
Jeff Brown
committed
Fix build.
Change-Id: I7bb00b8ee0da952f3697b23dccf32dde55733b7a
1 parent 4dfce20 commit 2447871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public void exitKeyguardSecurely(IOnKeyguardExitResult arg0) throws RemoteExcept
124124

125125
}
126126

127-
public void freezeRotation() throws RemoteException {
127+
public void freezeRotation(int arg0) throws RemoteException {
128128
// TODO Auto-generated method stub
129129

130130
}

0 commit comments

Comments
 (0)