Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into video_player_avpl…
Browse files Browse the repository at this point in the history
…ay_support_90
  • Loading branch information
xiaowei-guan committed Dec 23, 2024
2 parents 64731a6 + 20383d9 commit aa510e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/camera/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,6 @@ class _CameraExampleHomeState extends State<CameraExampleHome>
showInSnackBar('Unknown permission error.');
default:
_showCameraException(e);
break;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -741,8 +741,6 @@ class PurchaseStateConverter {
return PurchaseStatus.purchased;
case true:
return PurchaseStatus.canceled;
default:
return PurchaseStatus.error;
}
}
}
Expand Down

0 comments on commit aa510e0

Please sign in to comment.