You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/holder/compose-sample-app/composeApp/src/androidMain/kotlin/com/sphereon/kiwa/sample/app/MdocNfcService.kt
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,6 @@ class MdocNfcService : AbstractMdocNfcService() {
Copy file name to clipboardExpand all lines: example/holder/ui/core/impl/src/commonMain/kotlin/com/sphereon/kiwa/sample/ui/core/logs/LogViewerRenderer.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,7 @@ class LogViewerRenderer : ComposeRenderer<LogViewerPresenter.Model>() {
208
208
privatefunExportFeedbackTip() {
209
209
Spacer(modifier =Modifier.height(8.dp))
210
210
Text(
211
-
text ="💡 Tip: Open any text editor app, paste (Ctrl+V), and save the file.",
211
+
text ="Tip: Open any text editor app, paste (Ctrl+V), and save the file.",
212
212
color =AppColors.Screen.foreground.copy(alpha =0.8f),
Copy file name to clipboardExpand all lines: example/holder/ui/elicense/impl/src/commonMain/kotlin/com/sphereon/kiwa/sample/ui/elicense/engagement/qr/MdocEngagementPresenterImpl.kt
Copy file name to clipboardExpand all lines: example/holder/ui/elicense/impl/src/commonMain/kotlin/com/sphereon/kiwa/sample/ui/elicense/engagement/qr/MdocEngagementRenderer.kt
Copy file name to clipboardExpand all lines: example/holder/ui/elicense/public/src/commonMain/kotlin/com/sphereon/kiwa/sample/ui/elicense/engagement/qr/MdocEngagementPresenter.kt
0 commit comments