Skip to content

Commit

Permalink
Removed duplicate background resource
Browse files Browse the repository at this point in the history
  • Loading branch information
kmark committed Feb 14, 2014
1 parent 2c1d617 commit 10e28f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@ static int skySelect(String icon) {
resId = day ? R.drawable.sky_09d : R.drawable.sky_09n;
break;
case 10:
resId = day ? R.drawable.sky_10d : R.drawable.sky_10n;
resId = day ? R.drawable.sky_10d : R.drawable.sky_09n;
break;
case 11:
resId = day ? R.drawable.sky_11d : R.drawable.sky_11n;
Expand Down
Binary file not shown.

0 comments on commit 10e28f7

Please sign in to comment.