Skip to content

Commit

Permalink
Fix dirty paint state in golden tests (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelosilvestre authored May 1, 2024
1 parent 9782804 commit c7781a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/follower.dart
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,6 @@ class RenderFollower extends RenderProxyBox {

if (kDebugMode &&
!kIsWeb &&
Platform.isLinux &&
Platform.environment.containsKey('FLUTTER_TEST') &&
!WidgetsBinding.instance.hasScheduledFrame) {
// We are running on a linux test and we don't have a scheduled frame.
Expand Down

0 comments on commit c7781a6

Please sign in to comment.