mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 16:18:22 +08:00
@@ -38,7 +38,7 @@ class _WhisperPageState extends State<WhisperPage> {
|
||||
controller: _controller,
|
||||
);
|
||||
},
|
||||
icon: Icon(size: 20, e.type.icon),
|
||||
icon: e.type.icon,
|
||||
);
|
||||
}).toList());
|
||||
}
|
||||
@@ -58,7 +58,7 @@ class _WhisperPageState extends State<WhisperPage> {
|
||||
},
|
||||
child: Row(
|
||||
children: [
|
||||
Icon(size: 17, e.type.icon),
|
||||
e.type.icon,
|
||||
Text(' ${e.title}'),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user