This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree 1 file changed +13
-13
lines changed
shell/platform/darwin/ios/framework/Source
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -1523,21 +1523,21 @@ - (void)scrollEvent:(UIPanGestureRecognizer*)recognizer API_AVAILABLE(ios(13.4))
1523
1523
packet->SetPointerData (/* index=*/ 0 , pointer_data);
1524
1524
1525
1525
[_engine.get () dispatchPointerDataPacket: std: :move (packet)];
1526
-
1526
+
1527
1527
#pragma mark - State Restoration
1528
1528
1529
- - (void )encodeRestorableStateWithCoder: (NSCoder *)coder {
1530
- NSData * restorationData = [[_engine.get () restorationPlugin ] restorationData ];
1531
- [coder encodeDataObject: restorationData];
1532
- }
1529
+ - (void )encodeRestorableStateWithCoder : (NSCoder *)coder {
1530
+ NSData * restorationData = [[_engine.get () restorationPlugin ] restorationData ];
1531
+ [coder encodeDataObject: restorationData];
1532
+ }
1533
1533
1534
- - (void )decodeRestorableStateWithCoder: (NSCoder *)coder {
1535
- NSData * restorationData = [coder decodeDataObject ];
1536
- [[_engine.get () restorationPlugin ] setRestorationData: restorationData];
1537
- }
1534
+ - (void )decodeRestorableStateWithCoder : (NSCoder *)coder {
1535
+ NSData * restorationData = [coder decodeDataObject ];
1536
+ [[_engine.get () restorationPlugin ] setRestorationData: restorationData];
1537
+ }
1538
1538
1539
- - (FlutterRestorationPlugin*)restorationPlugin {
1540
- return [_engine.get () restorationPlugin ];
1541
- }
1539
+ - (FlutterRestorationPlugin*)restorationPlugin {
1540
+ return [_engine.get () restorationPlugin ];
1541
+ }
1542
1542
1543
- @end
1543
+ @end
You can’t perform that action at this time.
0 commit comments