fix: NoAskContinueRecvShortVideoOrNot callback return value

This commit is contained in:
ACh Sulfate
2024-07-17 21:36:56 +08:00
parent 255f706ff7
commit 78f23baedd

View File

@@ -60,7 +60,7 @@ object NoAskContinueRecvShortVideoOrNot : BaseSwitchFunctionDecorator(), IStartA
} }
} }
} }
return true return false
} }
} }