Merge "Directly assign mDepth" into sc-v2-dev
This commit is contained in:
commit
c518932f74
|
@ -289,9 +289,8 @@ public class DepthController implements StateHandler<LauncherState>,
|
||||||
if (Float.compare(mDepth, depthF) == 0) {
|
if (Float.compare(mDepth, depthF) == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (dispatchTransactionSurface(depthF)) {
|
dispatchTransactionSurface(depthF);
|
||||||
mDepth = depthF;
|
mDepth = depthF;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void onOverlayScrollChanged(float progress) {
|
public void onOverlayScrollChanged(float progress) {
|
||||||
|
|
Loading…
Reference in New Issue