Remove unnecessary var
Some checks failed
/ build-debug (push) Failing after 10m30s

This commit is contained in:
Peter Cai 2024-07-14 21:20:11 -04:00
parent 323c6a5bc0
commit 7b605fd44a

View file

@ -119,7 +119,7 @@ open class MainActivity : BaseEuiccAccessActivity(), OpenEuiccContextMarker {
viewPager.visibility = View.GONE
tabs.visibility = View.GONE
var knownChannels = withContext(Dispatchers.IO) {
val knownChannels = withContext(Dispatchers.IO) {
euiccChannelManager.enumerateEuiccChannels().onEach {
Log.d(TAG, "slot ${it.slotId} port ${it.portId}")
Log.d(TAG, it.lpa.eID)