feat: configurable menu bar position for mailbox view (#298) (#303)

This commit was merged in pull request #303.
This commit is contained in:
Bot of Thomas Güttler
2026-05-27 22:07:12 +02:00
parent 633fc5d9da
commit 41550eb4b5
21 changed files with 311 additions and 11 deletions
+1 -1
View File
@@ -316,7 +316,7 @@ void main() {
await tester.pumpAndSettle();
expect(find.text('INBOX'), findsOneWidget);
expect(find.byType(BottomAppBar), findsNothing);
expect(find.byIcon(Icons.close), findsNothing);
});
testWidgets('tapping clear icon in search bar clears results', (