Explorar o código

删除多余启动

zengjiebin %!s(int64=8) %!d(string=hai) anos
pai
achega
c1faf9be14
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      app/src/main/java/com/sheep/gamegroup/util/Jump2View.java

+ 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);