mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 11:27:01 +05:30
UrlLauncherAmbient: switch to staticAmbientOf
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
b5c039eaba
commit
2b2acd1311
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
package dev.msfjarvis.lobsters.ui.urllauncher
|
||||
|
||||
import androidx.compose.runtime.ambientOf
|
||||
import androidx.compose.runtime.staticAmbientOf
|
||||
|
||||
val UrlLauncherAmbient = ambientOf<UrlLauncher> { error("Needs to be provided") }
|
||||
val UrlLauncherAmbient = staticAmbientOf<UrlLauncher> { error("Needs to be provided") }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue