Skip to content

Commit

Permalink
Update drive_detail_page.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed Jul 2, 2024
1 parent acb6ef4 commit 1838a90
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions lib/pages/drive_detail/drive_detail_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -413,24 +413,6 @@ class _DriveDetailPageState extends State<DriveDetailPage> {
),
),
if (isDriveOwner) ...[
ArDriveDropdownItem(
onClick: () {
promptToRenameDrive(
context,
driveId: driveDetailState
.currentDrive.id,
driveName: driveDetailState
.currentDrive.name,
);
},
content: ArDriveDropdownItemTile(
name: appLocalizationsOf(context)
.renameDrive,
icon: ArDriveIcons.edit(
size: defaultIconSize,
),
),
),
ArDriveDropdownItem(
onClick: () {
promptToRenameDrive(
Expand Down

0 comments on commit 1838a90

Please sign in to comment.