Fix complilation error

This commit is contained in:
Neeraj Gupta 2023-01-10 12:01:12 +05:30
parent 143ae3f702
commit ad45b22882
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -76,7 +76,7 @@ class _GalleryState extends State<Gallery> {
StreamSubscription<TabDoubleTapEvent>? _tabDoubleTapEvent;
final _forceReloadEventSubscriptions = <StreamSubscription<Event>>[];
String? _logTag;
int? _photoGridSize;
late int _photoGridSize;
@override
void initState() {