Improve API, to avoid ignoring errors
This commit is contained in:
parent
591df14450
commit
4bd01b6f4f
18 changed files with 143 additions and 107 deletions
|
|
@ -36,7 +36,7 @@ class FakeUserPushStore : UserPushStore {
|
|||
return currentRegisteredPushKey
|
||||
}
|
||||
|
||||
override suspend fun setCurrentRegisteredPushKey(value: String) {
|
||||
override suspend fun setCurrentRegisteredPushKey(value: String?) {
|
||||
currentRegisteredPushKey = value
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue