mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-12 23:34:31 +01:00
Switch account removal worker to new return value
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
8540369ccc
commit
4d3b4aa93c
@ -249,6 +249,6 @@ public class AccountRemovalWorker extends Worker {
|
||||
}
|
||||
}
|
||||
|
||||
return Result.SUCCESS;
|
||||
return Result.success();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user