space before ( for better style

This commit is contained in:
Brad Pitcher 2019-04-18 21:45:59 -07:00
parent bf54e0e7c7
commit ee6e5ed5d0
No known key found for this signature in database
GPG Key ID: 242307B374A1710A
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ public class PlayerWidgetJobService extends SafeJobIntentService {
Bundle options = manager.getAppWidgetOptions(id); Bundle options = manager.getAppWidgetOptions(id);
int minWidth = options.getInt(AppWidgetManager.OPTION_APPWIDGET_MIN_WIDTH); int minWidth = options.getInt(AppWidgetManager.OPTION_APPWIDGET_MIN_WIDTH);
int columns = getCellsForSize(minWidth); int columns = getCellsForSize(minWidth);
if(columns < 3) { if (columns < 3) {
views.setViewVisibility(R.id.layout_center, android.view.View.INVISIBLE); views.setViewVisibility(R.id.layout_center, android.view.View.INVISIBLE);
} else { } else {
views.setViewVisibility(R.id.layout_center, android.view.View.VISIBLE); views.setViewVisibility(R.id.layout_center, android.view.View.VISIBLE);