We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ccee3 commit 7107e95Copy full SHA for 7107e95
1 file changed
app/src/main/java/com/owncloud/android/ui/fragment/FileDetailsSharingProcessFragment.kt
@@ -478,7 +478,7 @@ class FileDetailsSharingProcessFragment :
478
if (shareProcessStep == SCREEN_TYPE_PERMISSION) {
479
validateShareProcessFirst()
480
} else {
481
- createOrUpdateShare()
+ createShareOrUpdateNoteShare()
482
}
483
484
shareProcessSetPasswordSwitch.setOnCheckedChangeListener { _, isChecked ->
@@ -702,7 +702,7 @@ class FileDetailsSharingProcessFragment :
702
703
704
705
- private fun createOrUpdateShare() {
+ private fun createShareOrUpdateNoteShare() {
706
val noteText = binding.noteText.text.toString().trim()
707
// if modifying existing share then directly update the note and send email
708
if (share != null && share?.note != noteText) {
0 commit comments