File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
app/src/main/java/com/raival/compose/file/explorer/screen/main/tab/files/holder Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ class SMBFileHolder(
150150 result.add(
151151 SMBFileHolder (
152152 host = host,
153+ port = port,
153154 username = username,
154155 password = password,
155156 anonymous = anonymous,
@@ -176,6 +177,7 @@ class SMBFileHolder(
176177 result.add(
177178 SMBFileHolder (
178179 host = host,
180+ port = port,
179181 username = username,
180182 password = password,
181183 anonymous = anonymous,
@@ -237,6 +239,7 @@ class SMBFileHolder(
237239 onCreated(
238240 SMBFileHolder (
239241 host = host,
242+ port = port,
240243 username = username,
241244 password = password,
242245 anonymous = anonymous,
@@ -274,6 +277,7 @@ class SMBFileHolder(
274277 onCreated(
275278 SMBFileHolder (
276279 host = host,
280+ port = port,
277281 username = username,
278282 password = password,
279283 anonymous = anonymous,
@@ -313,6 +317,7 @@ class SMBFileHolder(
313317
314318 return SMBFileHolder (
315319 host = host,
320+ port = port,
316321 username = username,
317322 password = password,
318323 anonymous = anonymous,
You can’t perform that action at this time.
0 commit comments