高坚果

Results 6 issues of 高坚果

Caused by: -- android.database.sqlite.SQLiteException:Can't upgrade read-only database from version 0 to _kalle_cookies_db.db android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:244) android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:187) blh.b(CookieDao.java:2042) blg.(DBCookieStore.java:54) blg.(DBCookieStore.java:36)

异步网络请求怎么能直接返回user?

If you have the same problem, try adding the rule to your proguard-rules.pro This problem only arm64-v8a devices. e.g: MI 5S | 华为 EVA AL00 | VIVO X20A | VIVO...

I've seen a lot of user feedback about this bug, and I've had the same problem myself. I passed the debug debugging, found the cause of the crash is the...

1. 需要改动的 DraggableItemView.java ``` @Override public void onDeleteClick(View view) { // parentView.onDeleteImage(imagePath, DraggableItemView.this); imagePath = null; imageView.setImageBitmap(null); addView.setVisibility(View.VISIBLE); parentView.onDeleteImage(DraggableItemView.this); } ``` imagePath = null 导致回调给DraggableSquareView在通过 deleteView.getImagePath() 获取到的已删除图片路径为空。应该将path传递给 parentView.onDeleteImag(imagePath, DraggableItemView.this) 再执行imagePath...

### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues) ### Use case I hope Quill can support unordered list formats such as the...

enhancement