feat(winter-cg): crypto, atob, btoa (#10577)

This commit is contained in:
Osei Fortune
2024-07-10 10:46:06 -04:00
committed by GitHub
parent 774d4e2237
commit f7679d725a
146 changed files with 5344 additions and 670 deletions

View File

@@ -39,6 +39,7 @@ import java.util.concurrent.Executor;
import java.util.concurrent.Executors;
public class Utils {
public static Drawable getDrawable(String uri, Context context) {
int resId = 0;
int resPrefixLength = "res://".length();