mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: view note
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user