Merge "[Settings] Avoid from Exception breaks the rule"

This commit is contained in:
Bonian Chen
2021-07-06 06:54:16 +00:00
committed by Android (Google) Code Review

View File

@@ -251,7 +251,7 @@ public class WifiCallingSettings extends InstrumentedFragment implements HelpRes
if (queryImsState(subId).isWifiCallingProvisioned()) {
selectedList.add(subInfo);
}
} finally {}
} catch (Exception exception) {}
}
return selectedList;
}