mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 23:58:13 +08:00
lint
opt pages Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -74,7 +74,7 @@ class _FollowPageState extends State<FollowPage> {
|
||||
);
|
||||
}
|
||||
|
||||
bool _isCustomTag(tagid) {
|
||||
bool _isCustomTag(int? tagid) {
|
||||
return tagid != null && tagid != 0 && tagid != -10 && tagid != -2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user