Merge "[Settings] Avoid from Exception breaks the rule"
This commit is contained in:
@@ -251,7 +251,7 @@ public class WifiCallingSettings extends InstrumentedFragment implements HelpRes
|
|||||||
if (queryImsState(subId).isWifiCallingProvisioned()) {
|
if (queryImsState(subId).isWifiCallingProvisioned()) {
|
||||||
selectedList.add(subInfo);
|
selectedList.add(subInfo);
|
||||||
}
|
}
|
||||||
} finally {}
|
} catch (Exception exception) {}
|
||||||
}
|
}
|
||||||
return selectedList;
|
return selectedList;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user