Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
KDE Connect Android
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
29
Merge Requests
29
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Network
KDE Connect Android
Commits
ccd92aca
Commit
ccd92aca
authored
Apr 19, 2019
by
Nicolas Fella
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove redundant assignment
parent
c5a84069
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/org/kde/kdeconnect/Plugins/SharePlugin/SharePlugin.java
src/org/kde/kdeconnect/Plugins/SharePlugin/SharePlugin.java
+1
-1
No files found.
src/org/kde/kdeconnect/Plugins/SharePlugin/SharePlugin.java
View file @
ccd92aca
...
...
@@ -207,7 +207,7 @@ public class SharePlugin extends Plugin {
}
void
sendUriList
(
final
ArrayList
<
Uri
>
uriList
)
{
CompositeUploadFileJob
job
=
null
;
CompositeUploadFileJob
job
;
if
(
uploadFileJob
==
null
)
{
job
=
new
CompositeUploadFileJob
(
device
,
this
.
receiveFileJobCallback
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment