Sfoglia il codice sorgente

Fix line length

Signed-off-by: alperozturk <alper_ozturk@proton.me>
alperozturk 1 anno fa
parent
commit
724c7a5df2

+ 4 - 2
app/src/main/java/com/owncloud/android/ui/dialog/SharePasswordDialogFragment.kt

@@ -199,8 +199,10 @@ class SharePasswordDialogFragment : DialogFragment(), Injectable {
         /**
          * Public factory method to create new SharePasswordDialogFragment instances.
          *
-         * @param file        OCFile bound to the public share that which password will be set or updated
-         * @param createShare When 'true', the request for password will be followed by the creation of a new public link;
+         * @param file        OCFile bound to the public share that which
+         * password will be set or updated
+         * @param createShare When 'true', the request for password will be
+         * followed by the creation of a new public link
          * when 'false', a public share is assumed to exist, and the password is bound to it.
          * @return Dialog ready to show.
          */