Skip to content

Commit

Permalink
修复检查版本时去除debug模式的限制。
Browse files Browse the repository at this point in the history
Change-Id: If39526dc85e45e2ebf09ee7a40380bf707a57c1c
  • Loading branch information
SundoggyNew committed Mar 5, 2021
1 parent 3915e5a commit e9e702e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ extension UIApplication {
if appdelegate.isDebug {
TIoTDebugtools.awake()
TIoTLogTask.awake()
TIoTVercheckTask.awake()
}
TIoTVercheckTask.awake()
}()

override open var next: UIResponder? {
Expand Down

0 comments on commit e9e702e

Please sign in to comment.