Bit of code cleanup (issue 11648206)
Change-Id: I2d04bbbdb037de089a16da236dadc4f5950504da
This commit is contained in:
@@ -708,7 +708,12 @@ public class Workspace extends SmoothPagedView
|
|||||||
onComplete, stripEmptyScreens);
|
onComplete, stripEmptyScreens);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
} else if (stripEmptyScreens) {
|
||||||
|
// If we're not going to strip the empty screens after removing
|
||||||
|
// the extra empty screen, do it right away.
|
||||||
|
stripEmptyScreens();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (onComplete != null) {
|
if (onComplete != null) {
|
||||||
onComplete.run();
|
onComplete.run();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user