mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
@@ -4,6 +4,7 @@ import 'package:PiliPlus/pages/fan/controller.dart';
|
||||
import 'package:PiliPlus/pages/follow_type/view.dart';
|
||||
import 'package:PiliPlus/pages/follow_type/widgets/item.dart';
|
||||
import 'package:PiliPlus/pages/share/view.dart' show UserModel;
|
||||
import 'package:PiliPlus/utils/platform_utils.dart';
|
||||
import 'package:PiliPlus/utils/utils.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:get/get.dart';
|
||||
@@ -80,7 +81,7 @@ class _FansPageState extends FollowTypePageState<FansPage> {
|
||||
Get.toNamed('/member?mid=${item.mid}');
|
||||
},
|
||||
onLongPress: flag ? onRemove : null,
|
||||
onSecondaryTap: flag && !Utils.isMobile ? onRemove : null,
|
||||
onSecondaryTap: flag && !PlatformUtils.isMobile ? onRemove : null,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user