Minor cleanup

This commit is contained in:
arkon
2022-06-14 22:31:39 -04:00
parent 6bc484617e
commit d2f4c43526
3 changed files with 2 additions and 26 deletions

View File

@@ -104,6 +104,7 @@ class SourceManager(private val context: Context) {
}
return StubSource(SourceData(id, "", ""))
}
@Suppress("OverridingDeprecatedMember")
open inner class StubSource(val sourceData: SourceData) : Source {