Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbyESP committed Dec 29, 2023
1 parent 299f55c commit 7474420
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ private const val TAG = "TaskLogPage"
@OptIn(ExperimentalMaterial3Api::class)
@Composable
fun FullscreenConsoleOutput(
onBackPressed: () -> Unit, taskHashCode: Int
onBackPressed: () -> Unit,
taskHashCode: Int
) {
val scrollBehavior = TopAppBarDefaults.pinnedScrollBehavior()
val task = Downloader.mutableTaskList.values.find { it.hashCode() == taskHashCode } ?: return
Expand Down

0 comments on commit 7474420

Please sign in to comment.