Skip to content

Commit

Permalink
Fix widget width #248
Browse files Browse the repository at this point in the history
  • Loading branch information
premnirmal committed Oct 21, 2021
1 parent b5a9b99 commit 0bdbbdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class StockWidget : AppWidgetProvider() {
min_width > 750 -> RemoteViews(context.packageName, R.layout.widget_5x1)
min_width > 550 -> RemoteViews(context.packageName, R.layout.widget_4x1)
min_width > 425 -> RemoteViews(context.packageName, R.layout.widget_3x1)
min_width > 150 -> RemoteViews(context.packageName, R.layout.widget_2x1)
min_width > 250 -> RemoteViews(context.packageName, R.layout.widget_2x1)
else -> RemoteViews(context.packageName, R.layout.widget_1x1)
}

Expand Down
4 changes: 2 additions & 2 deletions app/version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
versionName=3.9.756
versionCode=300900756
versionName=3.9.757
versionCode=300900757

0 comments on commit 0bdbbdc

Please sign in to comment.