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 c3aa6a2 commit 8cc9608Copy full SHA for 8cc9608
third-party/chewie/lib/src/Utils/utils.dart
@@ -204,7 +204,7 @@ class ChewieUtils {
204
onUpdate?.call(latestVersion, latestReleaseItem!);
205
chewieProvider.latestVersion = latestVersion;
206
if (showUpdateDialog && latestReleaseItem != null) {
207
- if (!ResponsiveUtil.isMobile()) {
+ if (ResponsiveUtil.isMobile()) {
208
DialogBuilder.showConfirmDialog(
209
context,
210
renderHtml: true,
0 commit comments