We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ccfe7 commit 22fe79dCopy full SHA for 22fe79d
app/src/main/java/com/wmods/wppenhacer/preference/ThemePreference.java
@@ -117,7 +117,7 @@ private void showThemeDialog() {
117
}
118
mainDialog.dismiss();
119
});
120
- ImageButton editButton = itemView.findViewById(R.id.edit_button);
+ View editButton = itemView.findViewById(R.id.edit_button);
121
if (folder.equals("Default Theme")) {
122
editButton.setVisibility(View.INVISIBLE);
123
} else {
0 commit comments