mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 19:28:10 +00:00
Improving TAPL diags
Change-Id: Iee84b64618eebf80f755575c2d27660c12e9d7c2
This commit is contained in:
@@ -209,8 +209,8 @@ public final class LauncherInstrumentation {
|
||||
final Context ctx = baseContext.createPackageContext("android", 0);
|
||||
for (int i = 0; i < 100; ++i) {
|
||||
final int currentInteractionMode = getCurrentInteractionMode(ctx);
|
||||
log("Interaction mode = " + currentInteractionMode);
|
||||
final NavigationModel model = getNavigationModel(currentInteractionMode);
|
||||
log("Interaction mode = " + currentInteractionMode + " (" + model + ")");
|
||||
if (model != null) return model;
|
||||
Thread.sleep(100);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user