We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226e518 commit 2a001adCopy full SHA for 2a001ad
mobile/lib/presentation/widgets/asset_viewer/bottom_bar.widget.dart
@@ -41,7 +41,7 @@ class ViewerBottomBar extends ConsumerWidget {
41
final actions = <Widget>[
42
const ShareActionButton(source: ActionSource.viewer),
43
if (asset.isLocalOnly) const UploadActionButton(source: ActionSource.viewer),
44
- if (asset.type == AssetType.image && isOwner) const EditImageActionButton(),
+ if (asset.type == AssetType.image) const EditImageActionButton(),
45
if (asset.hasRemote) const AddActionButton(),
46
47
if (isOwner) ...[
0 commit comments