Skip to content

Commit

Permalink
remove workaround
Browse files Browse the repository at this point in the history
(bug was fixed)
  • Loading branch information
brussee committed Nov 30, 2016
1 parent 2ddebf0 commit 52f383f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ private void startSeeding(final File torrentFile) {
Uri uri = Uri.fromFile(torrentFile);
Log.v("startSeeding", String.format("File: %s Uri: %s", torrentFile.getAbsoluteFile(), uri.toString()));

rxSubs.add(startDownload(uri, "Torrent", torrentFile.getParentFile().getParentFile()) // workaround subdir bug
rxSubs.add(startDownload(uri, "Torrent", torrentFile.getParentFile())
.observeOn(AndroidSchedulers.mainThread())
.subscribe(new Observer<StartedDownloadAck>() {

Expand Down
4 changes: 2 additions & 2 deletions android/TriblerApp/app/version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Wed Nov 23 15:59:12 CET 2016
VERSION_CODE=1901
#Wed Nov 30 14:06:30 CET 2016
VERSION_CODE=1907

0 comments on commit 52f383f

Please sign in to comment.