Procházet zdrojové kódy

删除多余启动

zengjiebin před 8 roky
rodič
revize
c1faf9be14

+ 2 - 2
app/src/main/java/com/sheep/gamegroup/util/Jump2View.java

@@ -766,8 +766,8 @@ public class Jump2View {
                         intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
                         context.startActivity(intent);
 
-                        Intent intent2 = new Intent(context, MonitorAppService.class);
-                        context.startService(intent2);
+//                        Intent intent2 = new Intent(context, MonitorAppService.class);
+//                        context.startService(intent2);
                     }
                 });
         builder.setCancelable(false);