Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 4b692a3

Browse files
authored
Revert "Use WindowInfoTracker.Companion.getOrCreate instead of the short version (#30012)"
This reverts commit fada035.
1 parent f196035 commit 4b692a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shell/platform/android/io/flutter/embedding/android/FlutterView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ protected WindowInfoRepositoryCallbackAdapterWrapper createWindowInfoRepo() {
455455
try {
456456
return new WindowInfoRepositoryCallbackAdapterWrapper(
457457
new WindowInfoTrackerCallbackAdapter(
458-
WindowInfoTracker.Companion.getOrCreate((Activity) getContext())));
458+
WindowInfoTracker.getOrCreate((Activity) getContext())));
459459
} catch (NoClassDefFoundError noClassDefFoundError) {
460460
// Testing environment uses gn/javac, which does not work with aar files. This is why aar
461461
// are converted to jar files, losing resources and other android-specific files.

0 commit comments

Comments
 (0)