master
王亚玲 2 years ago
parent a7ec1b63c2
commit 59e120e591

@ -88,7 +88,8 @@ void onStart(ServiceInstance service) async {
flutterLocalNotificationsPlugin.show(
notificationId,
'短信帮手',
'$callState ${DateTime.now().second}',
'欢迎使用短信帮手(请勿关闭)',
// '$callState ${DateTime.now().second}',
const NotificationDetails(
android: AndroidNotificationDetails(
nId,

@ -309,7 +309,7 @@ class _UserPageState extends State<UserPage> {
isVip = false;
vle = false;
// UserTool.userProvider.updateUserInfo();
_easyRefreshController.callRefresh();
// _easyRefreshController.callRefresh();
} else {
isVip = true;
vle = await service.isRunning();

Loading…
Cancel
Save