App: Make HintContextChange() synchronous by using MainDispatcher
All checks were successful
Test / Run tests (push) Successful in 2m37s
All checks were successful
Test / Run tests (push) Successful in 2m37s
This commit is contained in:
@ -136,7 +136,7 @@ namespace Elwig.Services {
|
||||
}
|
||||
}
|
||||
|
||||
await App.HintContextChange();
|
||||
App.HintContextChange();
|
||||
|
||||
return newFbNr;
|
||||
}
|
||||
|
Reference in New Issue
Block a user