mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
fix: Hide public channel and show signal pills #123
This commit is contained in:
@@ -429,6 +429,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
||||
Future<void> _editFastLocationChannel() async {
|
||||
final channels =
|
||||
List<Contact>.from(context.read<ContactsProvider>().channels)
|
||||
..removeWhere((c) => c.isPublicChannel)
|
||||
..sort((a, b) {
|
||||
final aIdx = a.publicKey.length > 1 ? a.publicKey[1] : 0;
|
||||
final bIdx = b.publicKey.length > 1 ? b.publicKey[1] : 0;
|
||||
|
||||
Reference in New Issue
Block a user