mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-24 04:22:39 +08:00
@@ -15,7 +15,7 @@ enum LiveQuality {
|
||||
const LiveQuality(this.code, this.desc);
|
||||
|
||||
static LiveQuality? fromCode(int? code) {
|
||||
for (var e in LiveQuality.values) {
|
||||
for (final e in LiveQuality.values) {
|
||||
if (e.code == code) {
|
||||
return e;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user