♻️ Migrated to riverpod v3
This commit is contained in:
@@ -463,7 +463,6 @@ Future<void> showStickerPickerPopover(
|
||||
width: math.min(480, MediaQuery.of(context).size.width * 0.9),
|
||||
height: 480,
|
||||
child: ProviderScope(
|
||||
parent: ProviderScope.containerOf(context),
|
||||
child: StickerPicker(
|
||||
onPick: (ph) {
|
||||
onPick(ph);
|
||||
|
||||
Reference in New Issue
Block a user