|
|
|
@ -424,9 +424,9 @@ class AppColor {
|
|
|
|
switch (id) {
|
|
|
|
switch (id) {
|
|
|
|
//low priority
|
|
|
|
//low priority
|
|
|
|
case 2:
|
|
|
|
case 2:
|
|
|
|
return greenStatusColor;
|
|
|
|
|
|
|
|
case 3:
|
|
|
|
|
|
|
|
return greenStatusTextColor;
|
|
|
|
return greenStatusTextColor;
|
|
|
|
|
|
|
|
case 3:
|
|
|
|
|
|
|
|
return blueStatusTextColor;
|
|
|
|
case 0:
|
|
|
|
case 0:
|
|
|
|
return redStatusTextColor;
|
|
|
|
return redStatusTextColor;
|
|
|
|
case 1:
|
|
|
|
case 1:
|
|
|
|
@ -448,7 +448,7 @@ class AppColor {
|
|
|
|
case 1:
|
|
|
|
case 1:
|
|
|
|
return redStatusColor;
|
|
|
|
return redStatusColor;
|
|
|
|
case 3:
|
|
|
|
case 3:
|
|
|
|
return greenStatusColor;
|
|
|
|
return blueStatusColor;
|
|
|
|
default:
|
|
|
|
default:
|
|
|
|
return defaultStatusColor(context);
|
|
|
|
return defaultStatusColor(context);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|