diff --git a/lib/ui/views/patcher/patcher_viewmodel.dart b/lib/ui/views/patcher/patcher_viewmodel.dart index f49ec75b9d..68d86520b3 100644 --- a/lib/ui/views/patcher/patcher_viewmodel.dart +++ b/lib/ui/views/patcher/patcher_viewmodel.dart @@ -55,9 +55,11 @@ class PatcherViewModel extends BaseViewModel { context: context, builder: (context) => AlertDialog( title: Text(t.notice), - content: Text( - t.patcherView.removedPatchesWarningDialogText( - patches: removedPatches.join('\n'), + content: SingleChildScrollView( + child: Text( + t.patcherView.removedPatchesWarningDialogText( + patches: removedPatches.join('\n'), + ), ), ), actions: [