Skip to content

Commit

Permalink
fix: try catch controller position
Browse files Browse the repository at this point in the history
  • Loading branch information
lcdsmao committed Oct 14, 2021
1 parent 4d8a658 commit 15dfc06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playbook_snapshot/lib/src/snapshot_support.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class SnapshotSupport {
resizingTarget: scenario.layout.compressedResizingTarget,
);
}
print(extendedSize);
if (extendedSize <= lastExtendedSize) break;
lastExtendedSize = extendedSize;
await _setSnapshotSize(tester, lastExtendedSize);
Expand Down

0 comments on commit 15dfc06

Please sign in to comment.