1
0
mirror of https://github.com/nextcloud/talk-android synced 2025-03-08 07:02:06 +00:00

Switch account removal worker to new return value

Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2018-12-29 21:03:13 +01:00
parent 8540369ccc
commit 4d3b4aa93c

View File

@ -249,6 +249,6 @@ public class AccountRemovalWorker extends Worker {
} }
} }
return Result.SUCCESS; return Result.success();
} }
} }