Skip to content

Commit

Permalink
Add comment to deprecation warning suppression. (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjliu15 authored Jun 29, 2021
1 parent bd58455 commit d27df6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ private static AdSize getAdSize(

static class SmartBannerAdSize extends FlutterAdSize {

@SuppressWarnings("deprecation")
@SuppressWarnings("deprecation") // Smart banner is already deprecated in Dart.
SmartBannerAdSize() {
super(AdSize.SMART_BANNER);
}
Expand Down

0 comments on commit d27df6b

Please sign in to comment.