Refactoring

This commit is contained in:
M66B
2019-02-28 07:11:46 +00:00
parent fd9a27f4cd
commit fe6fa7a2d5
3 changed files with 7 additions and 4 deletions

View File

@@ -412,4 +412,8 @@ public class ServiceSend extends LifecycleService {
db.identity().setIdentityState(ident.id, null);
}
}
static void start(Context context) {
context.startService(new Intent(context, ServiceSend.class));
}
}