|
|
@ -60,11 +60,6 @@ public class ImageSlide extends Slide {
|
|
|
|
super(context, masterSecret, part);
|
|
|
|
super(context, masterSecret, part);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
|
|
|
public String getContentType() {
|
|
|
|
|
|
|
|
return "image/*";
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public ImageSlide(Context context, Uri uri) throws IOException, BitmapDecodingException {
|
|
|
|
public ImageSlide(Context context, Uri uri) throws IOException, BitmapDecodingException {
|
|
|
|
super(context, constructPartFromUri(context, uri));
|
|
|
|
super(context, constructPartFromUri(context, uri));
|
|
|
|
}
|
|
|
|
}
|
|
|
|