Skip to content

Commit

Permalink
Merge pull request #107 from niscy-eudiw/main
Browse files Browse the repository at this point in the history
Minor correction
  • Loading branch information
stzouvaras authored May 27, 2024
2 parents cfe37be + 592e4be commit a213fa0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ enum class DeepLinkType(val host: String? = null) {
private fun notifyOnResumeIssuance(context: Context) {
Intent().also { intent ->
intent.setAction(CoreActions.VCI_RESUME_ACTION)
intent.putExtra("data", "Nothing to see here, move along.")
context.sendBroadcast(intent)
}
}

0 comments on commit a213fa0

Please sign in to comment.