fix lint warning

This commit is contained in:
Kevin Hester 2020-10-21 20:33:49 +08:00
parent eca859039a
commit b90792f4a1

View file

@ -13,7 +13,7 @@ import java.util.concurrent.TimeUnit
/**
* Helper that calls MeshService.startService()
*/
private class ServiceStarter(
public class ServiceStarter(
appContext: Context,
workerParams: WorkerParameters
) : Worker(appContext, workerParams) {