Skip to content

Commit

Permalink
fix(lib-album): WatcherManager.start throw NullPointerException
Browse files Browse the repository at this point in the history
  • Loading branch information
SharryChoo authored and SharryChoo committed Dec 10, 2019
1 parent e89e6ac commit e68e70b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public void start() {
* 调用图片查看器, 一般用于相册
*/
public void startForResult(@Nullable final WatcherCallback callback) {
Preconditions.checkNotNull(callback, "Please ensure WatcherCall not null!");
Preconditions.checkNotNull(mConfig, "Please ensure U set WatcherConfig correct.");
PermissionsHelper.with(mBind)
.request(sPermissions)
Expand Down

0 comments on commit e68e70b

Please sign in to comment.