Skip to content

Commit

Permalink
Un-fix warning for the sake of more severe consequences
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcain committed Mar 1, 2022
1 parent 7629581 commit 0f3363c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/shell/desktop.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class _DesktopState extends State<Desktop> {
@override
void initState() {
super.initState();
WidgetsBinding.instance.addPostFrameCallback((timeStamp) {
WidgetsBinding.instance!.addPostFrameCallback((timeStamp) {
//Desktop.wmController.addWindowEntry(wallpaperEntry.newInstance());
Desktop.wmController.addWindowEntry(
shellEntry.newInstance(
Expand Down

0 comments on commit 0f3363c

Please sign in to comment.