refactor: Enable more lints
This commit is contained in:
parent
b73030380e
commit
0dc147b5c8
31 changed files with 103 additions and 98 deletions
|
|
@ -90,7 +90,7 @@ class UserBottomSheet extends StatelessWidget {
|
|||
Widget build(BuildContext context) {
|
||||
final client = user.room.client;
|
||||
final presence = client.presences[user.id];
|
||||
var items = <PopupMenuEntry<String>>[];
|
||||
final items = <PopupMenuEntry<String>>[];
|
||||
|
||||
if (onMention != null) {
|
||||
items.add(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue