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

Commit 333a973

Browse files
committed
Revert some unintentional changes
1 parent 8d1decf commit 333a973

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

ci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ninja -C out/host_debug_unopt generate_dart_ui
1212

1313
# Analyze the dart UI
1414
flutter/ci/analyze.sh
15-
#flutter/ci/licenses.sh
15+
flutter/ci/licenses.sh
1616

1717
# Check that dart libraries conform
1818
cd flutter/web_sdk

shell/platform/darwin/ios/framework/Source/FlutterEngine.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
#import "flutter/shell/platform/darwin/ios/ios_surface.h"
3333
#import "flutter/shell/platform/darwin/ios/platform_view_ios.h"
3434

35-
3635
NSString* const FlutterDefaultDartEntrypoint = nil;
3736
static constexpr int kNumProfilerSamplesPerSec = 5;
3837

shell/platform/darwin/ios/framework/Source/FlutterViewController.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ - (void)viewDidLayoutSubviews {
847847
_viewportMetrics.physical_width = viewSize.width * scale;
848848
_viewportMetrics.physical_height = viewSize.height * scale;
849849
_screenMetrics.device_pixel_ratio = scale;
850-
_screenMetrics.physical_width = screen.bounds.size.width;
850+
_screenMetrics.physical_width = screen.bounds.size.width;
851851
_screenMetrics.physical_height = screen.bounds.size.height;
852852

853853
[self updateViewportPadding];

0 commit comments

Comments
 (0)