Skip to content

Commit

Permalink
Merge pull request #1488 from ardriveapp/dev
Browse files Browse the repository at this point in the history
PE-5093: Release App v2.25.0
  • Loading branch information
thiagocarvalhodev authored Nov 21, 2023
2 parents 94ae06c + 46daf10 commit fa5f975
Show file tree
Hide file tree
Showing 23 changed files with 970 additions and 588 deletions.
3 changes: 3 additions & 0 deletions android/fastlane/metadata/android/en-US/changelogs/78.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Adding a new manifest icon and updating the download icon throughout the apps.
- Fixing an issue with long File Types by wrapping the text.
- Adding full screen image previews.
2 changes: 1 addition & 1 deletion lib/authentication/login/views/login_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1835,7 +1835,7 @@ class _DownloadWalletViewState extends State<DownloadWalletView> {
padding: const EdgeInsets.all(44),
child: Column(
children: [
ArDriveIcons.download(size: 40),
ArDriveIcons.download2(size: 40),
const SizedBox(height: 4),
// TODO: create/update localization key
Text('Download Keyfile',
Expand Down
Loading

0 comments on commit fa5f975

Please sign in to comment.