Skip to content

Commit

Permalink
修复内存泄漏问题
Browse files Browse the repository at this point in the history
  • Loading branch information
BzCoder committed Mar 18, 2019
1 parent 9259778 commit 7a37664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
public class SmartMediaPicker {
private volatile static SmartMediaPicker instance;
private volatile static CameraDialogFragment cameraDialogFragment;
private CameraDialogFragment cameraDialogFragment;
private FragmentManager manager;
private MediaPickerConfig config;

Expand Down

0 comments on commit 7a37664

Please sign in to comment.