mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-26 08:54:42 +01:00
Switch to const constructor
This commit is contained in:
parent
17838d0704
commit
2bcc673a89
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class _RemoteImageViewerState extends State<RemoteImageViewer> {
|
|||
WidgetsBinding.instance.addPostFrameCallback((_) {
|
||||
_onItemLoaded();
|
||||
});
|
||||
SizeChangedLayoutNotification().dispatch(context);
|
||||
const SizeChangedLayoutNotification().dispatch(context);
|
||||
return child;
|
||||
},
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue