We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c28ab commit 415e7bdCopy full SHA for 415e7bd
lib/src/main/java/com/soundcloud/android/crop/Crop.java
@@ -250,7 +250,7 @@ private static Intent getImagePicker() {
250
}
251
252
private static void showImagePickerError(Context context) {
253
- Toast.makeText(context, R.string.crop__pick_error, Toast.LENGTH_SHORT).show();
+ Toast.makeText(context.getApplicationContext(), R.string.crop__pick_error, Toast.LENGTH_SHORT).show();
254
255
256
0 commit comments