|
|
@@ -864,7 +864,7 @@ public class SysAppUtil {
|
|
|
public static void addShortcut(Activity activity) {
|
|
|
boolean hasShortcut = SysAppUtil.hasShortcut(SheepApp.getInstance(), Config.YF_SHOP_NAME);
|
|
|
if(hasShortcut){
|
|
|
- showShortcutTip2();
|
|
|
+ showShortcutTip3();
|
|
|
} else {
|
|
|
addShortcutTest(activity);
|
|
|
hasShortcut = SysAppUtil.hasShortcut(SheepApp.getInstance(), Config.YF_SHOP_NAME);
|