Skip to content

Commit 25cd6e1

Browse files
[google_maps_flutter] Removes hotfix for test that changes the map size (#6097)
1 parent 70a6b9a commit 25cd6e1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/google_maps_flutter/google_maps_flutter/example/integration_test/google_maps_test.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -426,10 +426,6 @@ void main() {
426426
});
427427

428428
testWidgets('testInitialCenterLocationAtCenter', (WidgetTester tester) async {
429-
// TODO(bparrishMines): Remove this line when resizing virtual displays doesn't
430-
// clamp displays that are smaller than the screen.
431-
// See https://github.com/flutter/flutter/issues/106750
432-
AndroidGoogleMapsFlutter.useAndroidViewSurface = true;
433429
await tester.binding.setSurfaceSize(const Size(800, 600));
434430

435431
final Completer<GoogleMapController> mapControllerCompleter =

0 commit comments

Comments
 (0)