Deploy 1.8.0_12-dev (#132)

* Update 1.8.0_12
* Update readme
This commit is contained in:
Alex 2022-04-29 13:10:42 -05:00 committed by GitHub
parent 38e0178c81
commit 2c4243b3d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 71 additions and 31 deletions

View file

@ -40,6 +40,7 @@ class AlbumViewerNotifier extends StateNotifier<AlbumViewerPageState> {
return true;
}
state = state.copyWith(editTitleText: "", isEditAlbum: false);
return false;
}
}