DolphinEnglishLearnStudent/Config/Config.swift
@@ -118,11 +118,9 @@ self.isUserInteractionEnabled = true }); }else { DispatchQueue.main.async(execute: { self.setTitle("\(time)s", for: .normal) self.setTitleColor(unenableColor, for: .normal) self.isUserInteractionEnabled = false }); } time -= 1 });