Skip to content

Commit

Permalink
release versin 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
郑梓斌 committed Jun 22, 2018
1 parent a9c10e0 commit 3acdf9a
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ public boolean onOptionsItemSelected(MenuItem item) {

switch (item.getItemId()) {
case R.id.sync_files:
List<File> list = new ArrayList<>();
list.add(new File("/data/user/0/1529400069961674"));
originPhotos.addAll(list);
withRx(list);
withRx(assetsToFiles());
break;
case R.id.sync_uris:
withRx(assetsToUri());
Expand Down

0 comments on commit 3acdf9a

Please sign in to comment.