mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-08-26 22:17:44 +10:00
Fix offline Shader + Lyric Seeking
This commit is contained in:
@@ -2,4 +2,5 @@ package androidx.compose.runtime;
|
||||
public interface Composer {
|
||||
void startReplaceGroup(int key);
|
||||
void endReplaceGroup();
|
||||
Object consume(CompositionLocal key);
|
||||
}
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
package androidx.compose.runtime;
|
||||
public abstract class CompositionLocal {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package androidx.compose.runtime;
|
||||
public abstract class ProvidableCompositionLocal extends CompositionLocal {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package androidx.compose.ui.layout;
|
||||
public interface ContentScale {}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
package androidx.compose.ui.platform;
|
||||
import androidx.compose.runtime.ProvidableCompositionLocal;
|
||||
public final class AndroidCompositionLocals_androidKt {
|
||||
public static ProvidableCompositionLocal getLocalContext() { return null; }
|
||||
}
|
||||
Reference in New Issue
Block a user