因有空格导致部分Android手机无法运行

master
raoxudong 4 years ago
parent 087c76e951
commit fd75936c92

@ -129,6 +129,7 @@ class _MyAppState extends State<MyApp> {
title: "getLaunchAppNotification",
onPressed: () {
jpush.getLaunchAppNotification().then((map) {
print("flutter getLaunchAppNotification:$map");
setState(() {
debugLable = "getLaunchAppNotification success: $map";
});

Loading…
Cancel
Save