mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Merge "Add getter for ExpectedRotationCheckEnabled" into main
This commit is contained in:
@@ -721,6 +721,10 @@ public final class LauncherInstrumentation {
|
||||
mExpectedRotationCheckEnabled = expectedRotationCheckEnabled;
|
||||
}
|
||||
|
||||
public boolean getExpectedRotationCheckEnabled() {
|
||||
return mExpectedRotationCheckEnabled;
|
||||
}
|
||||
|
||||
public String getNavigationModeMismatchError(boolean waitForCorrectState) {
|
||||
final int waitTime = waitForCorrectState ? WAIT_TIME_MS : 0;
|
||||
final NavigationModel navigationModel = getNavigationModel();
|
||||
|
||||
Reference in New Issue
Block a user