Skip to content

Commit

Permalink
chore(merge): merge upstream commits directly
Browse files Browse the repository at this point in the history
  • Loading branch information
quickdesh committed Aug 8, 2023
2 parents e230a07 + eed91f6 commit b59e911
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import androidx.compose.runtime.Composable
import androidx.compose.runtime.collectAsState
import androidx.compose.runtime.getValue
import androidx.compose.ui.Modifier
import androidx.compose.ui.platform.LocalClipboardManager
import androidx.compose.ui.platform.LocalContext
import androidx.compose.ui.text.font.FontFamily
import androidx.compose.ui.unit.dp
Expand Down Expand Up @@ -48,7 +47,6 @@ object WorkerInfoScreen : Screen() {
override fun Content() {
val context = LocalContext.current
val navigator = LocalNavigator.currentOrThrow
val clipboardManager = LocalClipboardManager.current

val screenModel = rememberScreenModel { Model(context) }
val enqueued by screenModel.enqueued.collectAsState()
Expand Down

0 comments on commit b59e911

Please sign in to comment.