mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
fix: Use location pin icon
This commit is contained in:
@@ -261,9 +261,11 @@ class _RecipientSelectorSheetState extends State<RecipientSelectorSheet> {
|
||||
}
|
||||
|
||||
IconData _channelLocationSharingIcon(ChannelLocationSharingMode mode) {
|
||||
return mode == ChannelLocationSharingMode.hardware
|
||||
? Icons.public_rounded
|
||||
: Icons.smartphone_rounded;
|
||||
switch (mode) {
|
||||
case ChannelLocationSharingMode.hardware:
|
||||
case ChannelLocationSharingMode.appFallback:
|
||||
return Icons.location_pin;
|
||||
}
|
||||
}
|
||||
|
||||
Color _channelLocationSharingColor(
|
||||
|
||||
Reference in New Issue
Block a user