移除不必要的切换

hdrplus
Matthew 11 months ago
parent f36c084708
commit eabaee467f

@ -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();

Loading…
Cancel
Save