WIP: android/ios-adaption feature, markdown, and augment #6

Draft
Juan wants to merge 61 commits from android-adaption into main
Showing only changes of commit dea8f03fe1 - Show all commits

View File

@ -199,6 +199,7 @@ class _EmailListScreenState extends State<EmailListScreen>
_thisInstance.draftID = email;
_thisInstance.showPersistentWidget(context);
} else {
// print(email)
Navigator.push(
context,
MaterialPageRoute(
@ -296,7 +297,7 @@ class EmailPageState extends State<EmailPage> {
void _fetchEmails() async {
try {
List<GetThreadResponse> fetchedEmails = await apiService
.fetchEmailsFromFolder(widget.selectedFolder, widget.offset);
.fetchEmailsFromFolderReversed(widget.selectedFolder, widget.offset);
if (!mounted) return;
setState(() {