Fix image viewer background

This commit is contained in:
Christian Pauly 2020-02-23 11:02:59 +01:00
parent 4b37511728
commit ea61af60d2
1 changed files with 1 additions and 0 deletions

View File

@ -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,