mirror of
https://gitlab.com/openlp/openlp-mobile-remote.git
synced 2024-12-22 11:52:49 +00:00
don't show image in service list view - the image is not returned by API
This commit is contained in:
parent
b1edbcb792
commit
d333ada7ca
@ -85,12 +85,7 @@ class _ServiceListViewState extends State<ServiceListView> {
|
||||
child: Container(
|
||||
height: 50,
|
||||
width: 50,
|
||||
child: item.plugin.id == 'images'
|
||||
? FittedBox(
|
||||
child: Image.network('https://picsum.photos/500'),
|
||||
fit: BoxFit.cover,
|
||||
)
|
||||
: Icon(item.plugin.icon()),
|
||||
child: Icon(item.plugin.icon()),
|
||||
),
|
||||
),
|
||||
title: Text(item.title),
|
||||
|
Loading…
Reference in New Issue
Block a user