mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 23:58:13 +08:00
opt: unnecessary_non_null_assertion (#1762)
This commit is contained in:
committed by
GitHub
parent
b7a277a57c
commit
2b3ec77e92
@@ -70,7 +70,7 @@ class _MemberFavoriteState extends State<MemberFavorite>
|
||||
),
|
||||
),
|
||||
Success(:final response) =>
|
||||
response?.isNotEmpty == true
|
||||
response != null && response.isNotEmpty
|
||||
? SliverMainAxisGroup(
|
||||
slivers: [
|
||||
_buildItem(
|
||||
|
||||
Reference in New Issue
Block a user