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

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

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

Loading…
Cancel
Save