From eabaee467f1147b4b047a4621316ff61f1d72956 Mon Sep 17 00:00:00 2001 From: Matthew Date: Fri, 12 Jul 2024 17:50:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/xypower/mpmaster/AppMaster.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/mpmaster/src/main/java/com/xypower/mpmaster/AppMaster.java b/mpmaster/src/main/java/com/xypower/mpmaster/AppMaster.java index 6480ee0b..f08f6100 100644 --- a/mpmaster/src/main/java/com/xypower/mpmaster/AppMaster.java +++ b/mpmaster/src/main/java/com/xypower/mpmaster/AppMaster.java @@ -166,14 +166,6 @@ public class AppMaster { runImpl(); } catch (Exception ex) { ex.printStackTrace(); - } finally { - try { - if (simcardSwitched && !mService.isMntnMode()) { - mService.selectSimCard(1); - } - } catch (Exception ex) { - ex.printStackTrace(); - } } } catch (Exception ex) { ex.printStackTrace();