mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-31 23:03:54 +01:00
Close cursors (+tidy redundant class qualifiers)
This commit is contained in:
parent
c5c505964c
commit
95f538edc4
3 changed files with 28 additions and 18 deletions
|
|
@ -145,6 +145,7 @@ public class UploadController {
|
|||
} else {
|
||||
contribution.setDateCreated(new Date());
|
||||
}
|
||||
cursor.close();
|
||||
}
|
||||
|
||||
return contribution;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue