Fix image viewer background

onboarding
Christian Pauly 5 years ago
parent 23a8762462
commit f00f42886a

@ -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…
Cancel
Save