* commit '64091a1da0e87937ad42c8ae0d5e3dd3913b297b': Fix regression in camera transition.
This commit is contained in:
@@ -152,6 +152,16 @@ public class CameraWidgetFrame extends KeyguardWidgetFrame implements View.OnCli
|
|||||||
return iv;
|
return iv;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void setPivotX(float pivotX) {
|
||||||
|
// don't pivot me
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void setPivotY(float pivotY) {
|
||||||
|
// don't pivot me
|
||||||
|
}
|
||||||
|
|
||||||
public void render() {
|
public void render() {
|
||||||
try {
|
try {
|
||||||
int width = getRootView().getWidth();
|
int width = getRootView().getWidth();
|
||||||
|
|||||||
Reference in New Issue
Block a user