Skip to content

Commit

Permalink
[解决编译不过的bug]
Browse files Browse the repository at this point in the history
  • Loading branch information
kanekis-byte committed Jun 23, 2019
1 parent 22b667a commit 0b04495
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/java/com/taohf/matissex/SampleActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public void onNext(Boolean aBoolean) {
.countable(true)
.capture(true)
.captureStrategy(
new CaptureStrategy(true, "com.zhihu.matissex.sample.fileprovider","test"))
new CaptureStrategy(true, "com.taohf.matissex.sample.fileprovider","test"))
.maxSelectable(9)
.addFilter(new GifSizeFilter(320, 320, 5 * Filter.K * Filter.K))
.gridExpectedSize(
Expand All @@ -102,6 +102,7 @@ public void onSelected(

}
})
.capture(true)
.originalEnable(true)
.maxOriginalSize(10)
.autoHideToolbarOnSingleTap(true)
Expand Down

0 comments on commit 0b04495

Please sign in to comment.