Loading app/src/main/java/org/lineageos/twelve/models/ProviderIdentifier.kt +3 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ package org.lineageos.twelve.models import android.os.Parcelable import kotlinx.parcelize.Parcelize import kotlinx.serialization.Serializable /** * [Provider] identifier. Two instances are the same if they have the same [typeId] and [type]. Loading @@ -15,6 +16,8 @@ import kotlinx.parcelize.Parcelize * @param typeId The ID of the provider relative to the [ProviderType] */ @Parcelize @Serializable @Suppress("PROVIDED_RUNTIME_TOO_LOW") open class ProviderIdentifier( val type: ProviderType, val typeId: Long, Loading Loading
app/src/main/java/org/lineageos/twelve/models/ProviderIdentifier.kt +3 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ package org.lineageos.twelve.models import android.os.Parcelable import kotlinx.parcelize.Parcelize import kotlinx.serialization.Serializable /** * [Provider] identifier. Two instances are the same if they have the same [typeId] and [type]. Loading @@ -15,6 +16,8 @@ import kotlinx.parcelize.Parcelize * @param typeId The ID of the provider relative to the [ProviderType] */ @Parcelize @Serializable @Suppress("PROVIDED_RUNTIME_TOO_LOW") open class ProviderIdentifier( val type: ProviderType, val typeId: Long, Loading