Skip to content

Commit

Permalink
Deploying to gh-pages from @ eb0fdb6 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed May 31, 2024
1 parent 8faeb9e commit 8eb7a78
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<!-- End Plausible Web Analytics -->
<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "3411822366";
const serviceWorkerVersion = "3806706897";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down
14 changes: 9 additions & 5 deletions main.dart.js
Original file line number Diff line number Diff line change
Expand Up @@ -176712,6 +176712,14 @@
}
_this.emit$1(state);
},
cleanDrives$0() {
var _this = this;
_this.initialSelectedDriveId = null;
_this._promptToSnapshotBloc.add$1(0, B.SelectedDrive_null);
if ((_this.get$_stateController()._state & 4) !== 0)
return;
_this.emit$1(new A.DrivesLoadSuccess(null, B.List_empty34, B.List_empty34, B.List_empty0, false));
},
_resetDriveSelection$1(detachedDriveId) {
var t3, t4, t5, firstOrNullDriveId, _this = this,
_s11_ = "removeWhere",
Expand Down Expand Up @@ -176776,12 +176784,8 @@
};
A.DrivesCubit_closure.prototype = {
call$1(user) {
var t1;
if (type$.nullable_User._as(user) == null) {
t1 = this.$this;
t1.initialSelectedDriveId = null;
t1._promptToSnapshotBloc.add$1(0, B.SelectedDrive_null);
t1.emit$1(new A.DrivesLoadSuccess(null, B.List_empty34, B.List_empty34, B.List_empty0, false));
this.$this.cleanDrives$0();
return;
}
},
Expand Down
10 changes: 5 additions & 5 deletions main.dart.js.map

Large diffs are not rendered by default.

0 comments on commit 8eb7a78

Please sign in to comment.