mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix lint warning
This commit is contained in:
parent
eca859039a
commit
b90792f4a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue