fix some ide warnings
This commit is contained in:
parent
196b461e22
commit
3b995be8bd
14 changed files with 56 additions and 56 deletions
|
|
@ -99,7 +99,7 @@ public class NowPlayingScreenPreferenceDialog extends DialogFragment implements
|
|||
|
||||
ImageView image = layout.findViewById(R.id.image);
|
||||
TextView title = layout.findViewById(R.id.title);
|
||||
image.setImageResource(nowPlayingScreen.drawableResId);
|
||||
image.setImageResource(nowPlayingScreen.drawableRes);
|
||||
title.setText(nowPlayingScreen.titleRes);
|
||||
|
||||
return layout;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue