Merge "Reset mTopRowIdSet in applyLoadPlan" into main

This commit is contained in:
Alex Chau
2024-08-22 09:49:27 +00:00
committed by Android (Google) Code Review
3 changed files with 9 additions and 1 deletions
@@ -109,6 +109,9 @@ public class TestStabilityRule implements TestRule {
getPackageManager().
getPackageInfo(launcherPackageName, 0)
.versionName;
if (launcherVersion == null) {
return LOCAL;
}
} catch (PackageManager.NameNotFoundException e) {
throw new RuntimeException(e);
}