Skip to content

Commit 5dafe04

Browse files
fix(sharing): Show share note in any case
Signed-off-by: Andy Scherzinger <[email protected]>
1 parent 2a1042f commit 5dafe04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src/main/java/it/niedermann/owncloud/notes/share/NoteShareDetailActivity.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@ class NoteShareDetailActivity :
203203
} else {
204204
binding.shareProcessSetExpDateSwitch.visibility = View.GONE
205205
}
206+
207+
binding.noteText.setText(share?.note)
208+
206209
shareProcessStep = SCREEN_TYPE_PERMISSION
207210
}
208211

0 commit comments

Comments
 (0)