mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02:00
fix: minor UI and UX fixes
This commit is contained in:
@ -36,8 +36,8 @@ class PatchedApplication {
|
||||
|
||||
Map toJson() => _$PatchedApplicationToJson(this);
|
||||
|
||||
static Uint8List bytesFromString(String pictureUrl) =>
|
||||
Uint8List.fromList(pictureUrl.codeUnits);
|
||||
static Uint8List bytesFromString(String icon) =>
|
||||
Uint8List.fromList(icon.codeUnits);
|
||||
|
||||
static String bytesToString(Uint8List bytes) => String.fromCharCodes(bytes);
|
||||
}
|
||||
|
Reference in New Issue
Block a user