mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-16 18:55:57 -04:00
fix lint warning
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user