Update saved feeds to use preferences
This commit is contained in:
parent
acea0e074d
commit
5537d19e55
8 changed files with 68 additions and 50 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue