change: Remove wallpaper feature

This commit is contained in:
krille-chan 2023-12-26 14:37:39 +01:00
commit 5d20185140
No known key found for this signature in database
52 changed files with 0 additions and 313 deletions

View file

@ -198,14 +198,6 @@ class ChatView extends StatelessWidget {
onDragExited: controller.onDragExited,
child: Stack(
children: <Widget>[
if (Matrix.of(context).wallpaper != null)
Image.file(
Matrix.of(context).wallpaper!,
width: double.infinity,
height: double.infinity,
fit: BoxFit.cover,
filterQuality: FilterQuality.medium,
),
SafeArea(
child: Column(
children: <Widget>[