Skip to content

Commit

Permalink
Suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
QZHelen committed Nov 20, 2024
1 parent 21f41c8 commit 890e4be
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import com.credman.cmwallet.CmWalletApplication.Companion.TAG
import org.json.JSONObject

@OptIn(ExperimentalDigitalCredentialApi::class)
@Suppress("RestrictedApi")
class CreateCredentialActivity : ComponentActivity() {

override fun onCreate(savedInstanceState: Bundle?) {
Expand Down

0 comments on commit 890e4be

Please sign in to comment.