manager: don't obfuscate Profile

This commit is contained in:
weishu
2023-06-03 16:20:13 +08:00
parent 581dff8a5f
commit 2a33433272

View File

@@ -1,6 +1,7 @@
package me.weishu.kernelsu package me.weishu.kernelsu
import android.os.Parcelable import android.os.Parcelable
import androidx.annotation.Keep
import androidx.compose.runtime.Immutable import androidx.compose.runtime.Immutable
import kotlinx.parcelize.Parcelize import kotlinx.parcelize.Parcelize
@@ -49,6 +50,7 @@ object Natives {
@Immutable @Immutable
@Parcelize @Parcelize
@Keep
data class Profile( data class Profile(
// and there is a default profile for root and non-root // and there is a default profile for root and non-root
val name: String, val name: String,