Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
iMeiji committed Feb 25, 2018
1 parent 4e54e4b commit 5f775ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android:
components:
- tools
- platform-tools
- build-tools-27.0.0
- build-tools-27.0.3
- android-27
- extra-android-m2repository
- extra-android-support
Expand Down
5 changes: 1 addition & 4 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,4 @@
-keep public enum com.bumptech.glide.load.resource.bitmap.ImageHeaderParser$** {
**[] $VALUES;
public *;
}

# for DexGuard only
-keepresourcexmlelements manifest/application/meta-data@value=GlideModule
}
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ protected void onPause() {
super.onPause();
JZVideoPlayer.setJzUserAction(null);
JZVideoPlayer.releaseAllVideos();
MyJZVideoPlayerStandard.setOnClickFullScreenListener(null);
MyJZVideoPlayerStandard.releaseAllVideos();
}

Expand Down

0 comments on commit 5f775ce

Please sign in to comment.