mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-08-26 14:07:45 +10:00
Fix offline Shader + Lyric Seeking
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package coil.request;
|
||||
import kotlinx.coroutines.CoroutineDispatcher;
|
||||
/**
|
||||
* coil.request.DefaultRequestOptions; i/j/k are the memory/disk/network cache policies (proven
|
||||
* via h$a.a() -> ImageRequest.o/p/q -> Options.m/n/o, the last of which HttpUriFetcher gates on).
|
||||
* Fields are deliberately non-final: a `final boolean h = false` would be a compile-time constant
|
||||
* and javac would fold the read away instead of emitting iget-boolean. (claude)
|
||||
*/
|
||||
public final class b {
|
||||
public CoroutineDispatcher a, b, c, d;
|
||||
public d0.c.a e;
|
||||
public coil.size.Precision f;
|
||||
public android.graphics.Bitmap.Config g;
|
||||
public boolean h;
|
||||
public CachePolicy i, j, k;
|
||||
public b(CoroutineDispatcher a, CoroutineDispatcher b, CoroutineDispatcher c, CoroutineDispatcher d,
|
||||
d0.c.a transition, coil.size.Precision precision, android.graphics.Bitmap.Config config,
|
||||
boolean h, CachePolicy memory, CachePolicy disk, CachePolicy network) {}
|
||||
}
|
||||
Reference in New Issue
Block a user