remove some un-needed code
This commit is contained in:
parent
3012bebe93
commit
43b11ff475
3 changed files with 7 additions and 4 deletions
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
|
|
@ -1,3 +1,9 @@
|
||||||
{
|
{
|
||||||
"cSpell.words": ["Appbar", "Displayname", "prefs"]
|
"cSpell.words": [
|
||||||
|
"Appbar",
|
||||||
|
"Displayname",
|
||||||
|
"Homeserver",
|
||||||
|
"prefs",
|
||||||
|
"vodozemac"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
import "dart:io";
|
import "dart:io";
|
||||||
import "dart:ui";
|
|
||||||
import "package:flutter/material.dart";
|
import "package:flutter/material.dart";
|
||||||
import "package:window_manager/window_manager.dart";
|
import "package:window_manager/window_manager.dart";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,6 @@ class MentionOverlay extends ConsumerWidget {
|
||||||
super.key,
|
super.key,
|
||||||
});
|
});
|
||||||
|
|
||||||
// TODO: Don't embed mentions
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context, WidgetRef ref) => Padding(
|
Widget build(BuildContext context, WidgetRef ref) => Padding(
|
||||||
padding: EdgeInsets.all(8),
|
padding: EdgeInsets.all(8),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue