Update saved feeds to use preferences
This commit is contained in:
@@ -135,7 +135,7 @@ export class ImageModel implements RNImage {
|
||||
// Only for mobile
|
||||
async crop() {
|
||||
try {
|
||||
const cropped = await openCropper({
|
||||
const cropped = await openCropper(this.rootStore, {
|
||||
mediaType: 'photo',
|
||||
path: this.path,
|
||||
freeStyleCropEnabled: true,
|
||||
|
||||
Reference in New Issue
Block a user