Skip to content

Commit

Permalink
DownloadUtil: fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcarter11 committed Nov 19, 2024
1 parent 224edb7 commit 48db064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/com/dd3boh/outertune/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@ class MainActivity : ComponentActivity() {
}
}

downloadUtil.ResumeDownloadsOnStart(this@MainActivity)
downloadUtil.resumeDownloadsOnStart(this@MainActivity)
}

private fun setSystemBarAppearance(isDark: Boolean) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class DownloadUtil @Inject constructor(
false)
}

fun ResumeDownloadsOnStart(context: Context){
fun resumeDownloadsOnStart(context: Context){
DownloadService.sendResumeDownloads(
context,
ExoDownloadService::class.java,
Expand Down

0 comments on commit 48db064

Please sign in to comment.