chore: Update SDK
This commit is contained in:
parent
8793b41376
commit
991018d86a
8 changed files with 15 additions and 17 deletions
|
|
@ -16,7 +16,7 @@ extension LocalizedBody on Event {
|
|||
}
|
||||
|
||||
IconData get statusIcon {
|
||||
switch (status) {
|
||||
switch (status.intValue) {
|
||||
case -1:
|
||||
return Icons.error_outline;
|
||||
case 0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue