mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-26 23:25:20 +03: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
1 changed files with 1 additions and 1 deletions
|
@ -249,6 +249,6 @@ public class AccountRemovalWorker extends Worker {
|
|||
}
|
||||
}
|
||||
|
||||
return Result.SUCCESS;
|
||||
return Result.success();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue