Bookmarks in auth activity (logic)

This commit is contained in:
ChristianVisintin
2020-12-15 12:22:47 +01:00
parent 71593e3ea7
commit 1f9b616de7
4 changed files with 339 additions and 0 deletions

View File

@@ -98,6 +98,8 @@ impl AuthActivity {
return;
}
}
// Save recent
self.save_recent();
// Everything OK, set enter
self.submit = true;
}