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.
2 parents 01ccfe7 + 22fe79d commit 02a83a8Copy full SHA for 02a83a8
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