mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-25 06:52:35 +01:00
Fix image viewer background
This commit is contained in:
parent
4b37511728
commit
ea61af60d2
@ -23,6 +23,7 @@ class ImageViewer extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
final String url = mxContent.getDownloadLink(Matrix.of(context).client);
|
||||
return Scaffold(
|
||||
backgroundColor: Colors.black,
|
||||
appBar: AppBar(
|
||||
brightness: Brightness.dark,
|
||||
backgroundColor: Colors.black,
|
||||
|
Loading…
Reference in New Issue
Block a user