fix(sharing): Show share note in any case

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger
2025-12-24 14:35:12 +01:00
parent 04800a66b6
commit e0c7667e80

View File

@ -203,6 +203,9 @@ class NoteShareDetailActivity :
} else {
binding.shareProcessSetExpDateSwitch.visibility = View.GONE
}
binding.noteText.setText(share?.note)
shareProcessStep = SCREEN_TYPE_PERMISSION
}