cleanup
restore xcode settings formatting restore xcode settings fix rebase
This commit is contained in:
@@ -77,7 +77,7 @@ class AssetViewerStateNotifier extends AutoDisposeNotifier<AssetViewerState> {
|
||||
void setAsset(BaseAsset? asset) {
|
||||
if (asset != state.currentAsset) {
|
||||
state = state.copyWith(currentAsset: asset, stackIndex: 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void setOpacity(int opacity) {
|
||||
|
||||
Reference in New Issue
Block a user