Fix complilation error
This commit is contained in:
parent
143ae3f702
commit
ad45b22882
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue