这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion lib/view/dialog/image_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ class ImageDialog extends HookConsumerWidget {
MaterialLocalizations.of(
context,
).closeButtonTooltip,

onPressed: () => context.pop(),
icon: const Icon(Icons.close),
),
Expand Down
2 changes: 0 additions & 2 deletions lib/view/dialog/image_gallery_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ class ImageGalleryDialog extends HookConsumerWidget {
Positioned.fill(
child: ImageWidget(
url: thumbnailUrl,
blurHash: thumbnailUrl,
fit: BoxFit.contain,
),
),
Expand Down Expand Up @@ -198,7 +197,6 @@ class ImageGalleryDialog extends HookConsumerWidget {
MaterialLocalizations.of(
context,
).closeButtonTooltip,

onPressed: () => context.pop(),
icon: const Icon(Icons.close),
),
Expand Down
1 change: 0 additions & 1 deletion lib/view/page/timelines_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class TimelinesPage extends HookConsumerWidget {
.contains(TimelinesPageButtonType.menu),
settings.timelinesPageButtonTypes,
settings.showSmallTimelinesPageButtons,

settings.showSquaredTimelinesPageButtons,
settings.enableHorizontalSwipe,
),
Expand Down
Loading