mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
refactor: Clean up unused variables and comments in AppProvider and DeviceConfigScreen
This commit is contained in:
@@ -186,8 +186,8 @@ class AppProvider with ChangeNotifier {
|
||||
final contact = contactsProvider
|
||||
.findContactByKey(message.senderPublicKeyPrefix!);
|
||||
if (contact != null) {
|
||||
final updatedMessage = message.copyWith(senderName: contact.advName);
|
||||
// Note: You might want to update the message in the list
|
||||
// Note: Message sender name could be updated here if needed
|
||||
// final updatedMessage = message.copyWith(senderName: contact.advName);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user