From d17b3efe2a40cc484faaed724361433d9e1d4eeb Mon Sep 17 00:00:00 2001 From: Vishnu Mohandas Date: Wed, 6 May 2020 01:27:57 +0530 Subject: [PATCH] Load a higher quality thumbnail --- lib/core/constants.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/constants.dart b/lib/core/constants.dart index 7a4b630cda..a942d03df1 100644 --- a/lib/core/constants.dart +++ b/lib/core/constants.dart @@ -1,4 +1,4 @@ -const int THUMBNAIL_SMALL_SIZE = 128; +const int THUMBNAIL_SMALL_SIZE = 256; const int THUMBNAIL_LARGE_SIZE = 512; const String SENTRY_DSN = "http://96780dc0b00f4c69a16c02e90d379996@3.211.17.56/2";