Skip to content

Commit cbdd6a1

Browse files
committed
1 parent 87cbba8 commit cbdd6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/utils/parse_live_list.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ class _ParseLiveListWidgetState<T extends ParseObject>
894894

895895
@override
896896
void dispose() {
897-
_liveList.dispose();
897+
_liveList?.dispose();
898898
_liveList = null;
899899
super.dispose();
900900
}

0 commit comments

Comments
 (0)