Skip to content

Commit

Permalink
Merge pull request #1881 from ardriveapp/master
Browse files Browse the repository at this point in the history
sync dev with master
  • Loading branch information
thiagocarvalhodev authored Oct 3, 2024
2 parents ec13374 + 8cc35b4 commit 4ae27e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
1 change: 1 addition & 0 deletions android/fastlane/metadata/android/en-US/changelogs/157.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixes an issue that mistakenly redirects the user to the Drive Explorer instead of Tutorials Page when creating a wallet from ArDrive
7 changes: 0 additions & 7 deletions lib/blocs/profile/profile_cubit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ class ProfileCubit extends Cubit<ProfileState> {
_arDriveAuth = arDriveAuth,
super(ProfileCheckingAvailability()) {
promptToAuthenticate();

_arDriveAuth.onAuthStateChanged().listen((user) {
if (user != null) {
emit(ProfileLoggedIn(
user: user, useTurbo: _turboUploadService.useTurboUpload));
}
});
}

Future<bool> isCurrentProfileArConnect() async {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Secure, permanent storage

publish_to: 'none'

version: 2.55.0
version: 2.55.1

environment:
sdk: '>=3.2.0 <4.0.0'
Expand Down

0 comments on commit 4ae27e4

Please sign in to comment.