Remove some usages of global scope

This commit is contained in:
arkon
2022-08-29 15:15:18 -04:00
parent 43c195e14a
commit 8efb20439a
5 changed files with 5 additions and 7 deletions
@@ -21,8 +21,6 @@ class TrackLoginDialog(
private val service = Injekt.get<TrackManager>().getService(args.getLong("serviceId"))!!
constructor(service: TrackService) : this(service, null)
constructor(service: TrackService, @StringRes usernameLabelRes: Int?) :
this(usernameLabelRes, bundleOf("serviceId" to service.id))