Skip to content

Commit 1a7ae63

Browse files
Jeff BrownAndroid (Google) Code Review
authored andcommitted
Merge "Fix build."
2 parents 3c89228 + 2447871 commit 1a7ae63

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)