fix some ide warnings

This commit is contained in:
dkanada 2020-09-23 16:13:52 +09:00
commit 3b995be8bd
14 changed files with 56 additions and 56 deletions

View file

@ -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;