Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89ce8841 authored by Abhishek Aggarwal's avatar Abhishek Aggarwal
Browse files

OpenEUICC: Satisfy old compiler

parent dedeb6a7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ data class EuiccChannelInfo(
    val cardId: Int,
    val name: String,
    val imei: String,
    val removable: Boolean,
    val removable: Boolean
)

abstract class EuiccChannel(
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ import java.lang.Exception

class OmapiChannel private constructor(
    info: EuiccChannelInfo,
    private val channel: Channel,
    private val channel: Channel
) : EuiccChannel(info) {
    companion object {
        private const val TAG = "OmapiChannel"