opt: view note

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-29 15:13:11 +08:00
parent 5dc8b8e54f
commit 79aee2fdd9
2 changed files with 10 additions and 2 deletions

View File

@@ -26,7 +26,11 @@ class FavNoteItem extends StatelessWidget {
onSelect();
return;
}
Utils.handleWebview(item['web_url'], inApp: true);
Utils.handleWebview(
item['web_url'],
inApp: true,
parameters: {'uaType': 'android'},
);
},
onLongPress: () {
if (!ctr.enableMultiSelect.value) {