mirror of
https://github.com/nextcloud/notes-android.git
synced 2026-01-13 20:18:49 +00:00
fix(sharing): Show share note in any case
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
@ -203,6 +203,9 @@ class NoteShareDetailActivity :
|
||||
} else {
|
||||
binding.shareProcessSetExpDateSwitch.visibility = View.GONE
|
||||
}
|
||||
|
||||
binding.noteText.setText(share?.note)
|
||||
|
||||
shareProcessStep = SCREEN_TYPE_PERMISSION
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user