mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 22:40:36 +00:00
fix: forgot to make cropBorder provider autoDispose
This commit is contained in:
parent
18e8abce94
commit
9e9ffb4e79
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import 'package:mangayomi/utils/extensions/others.dart';
|
|||
import 'package:riverpod_annotation/riverpod_annotation.dart';
|
||||
part 'crop_borders_provider.g.dart';
|
||||
|
||||
@Riverpod(keepAlive: true)
|
||||
@Riverpod(keepAlive: false)
|
||||
Future<Uint8List?> cropBorders(
|
||||
Ref ref, {
|
||||
required UChapDataPreload data,
|
||||
|
|
|
|||
Loading…
Reference in a new issue