Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit a5292f3

Browse files
authored
Fix regression 56 (#57)
#Fix #55 (comment) Regression due to #56
1 parent 30619f3 commit a5292f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/freshrss/easyrss/VerticalSingleItemView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public VerticalSingleItemView(final DataMgr dataMgr, final Context context, fina
118118
@Override
119119
public boolean onTouch(final View view, final MotionEvent event) {
120120
boolean ret = false;
121-
final TextView txt = (TextView) view.findViewById(R.id.BtnText);
121+
final TextView txt = (TextView) view.findViewById(R.id.BtnText2);
122122
switch (event.getAction()) {
123123
case MotionEvent.ACTION_DOWN:
124124
txt.setTextColor(0xFF787878);

0 commit comments

Comments
 (0)