store the Sim card ID at the SIM model too

This commit is contained in:
tibbi
2020-05-11 15:32:29 +02:00
parent 335129aee4
commit b353a96c1a
2 changed files with 3 additions and 3 deletions

View File

@ -2,4 +2,4 @@ package com.simplemobiletools.dialer.models
import android.telecom.PhoneAccountHandle
data class SIMAccount(val handle: PhoneAccountHandle, val label: String)
data class SIMAccount(val id: Int, val handle: PhoneAccountHandle, val label: String)