Skip to content

Commit cddcc16

Browse files
committed
update bloc
1 parent 1c1c01e commit cddcc16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ SPEC CHECKSUMS:
102102

103103
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
104104

105-
COCOAPODS: 1.9.3
105+
COCOAPODS: 1.10.0

lib/page/dynamic/dynamic_bloc.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class DynamicBloc {
4747
}
4848

4949
doNext(res) async {
50-
if (res.next != null) {
50+
if (res?.next != null) {
5151
var resNext = await res.next();
5252
if (resNext != null && resNext.result) {
5353
changeLoadMoreStatus(getLoadMoreStatus(resNext));

0 commit comments

Comments
 (0)