Skip to content

Commit e36f4c0

Browse files
committed
## 1.2.9
* Android 新增:剪贴板权限的检测和修改方法(需要 Shizuku 或 root) --- * Android feat: Added methods to check and modify clipboard permissions (requires Shizuku or root).
1 parent d27795a commit e36f4c0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/enums.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ enum ClipboardContentType {
1010
(e) => e.name.toUpperCase() == value.toUpperCase(),
1111
orElse: () {
1212
debugPrint("ClipboardContentType '$value' unknown");
13-
throw 'bbb';
1413
return ClipboardContentType.unknown;
1514
},
1615
);

0 commit comments

Comments
 (0)