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
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;
}
}