mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
opt msg top
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -178,9 +178,12 @@ class _LikeMePageState extends State<LikeMePage> {
|
||||
return ListTile(
|
||||
onTap: () {
|
||||
String? nativeUri = item.item?.nativeUri;
|
||||
if (nativeUri != null) {
|
||||
PiliScheme.routePushFromUrl(nativeUri);
|
||||
if (nativeUri == null ||
|
||||
nativeUri.isEmpty ||
|
||||
nativeUri.startsWith('?')) {
|
||||
return;
|
||||
}
|
||||
PiliScheme.routePushFromUrl(nativeUri);
|
||||
},
|
||||
onLongPress: () => showDialog(
|
||||
context: context,
|
||||
|
||||
Reference in New Issue
Block a user