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

Commit

Permalink
fix gap item alpha not being reset
Browse files Browse the repository at this point in the history
closes #851
  • Loading branch information
sk22 committed Oct 12, 2023
1 parent 181a057 commit c9eac34
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ public void onBind(GapStatusDisplayItem item){
if(!item.loading){
progressBottom.setVisibility(View.GONE);
progressTop.setVisibility(View.GONE);
textTop.setAlpha(1);
textBottom.setAlpha(1);
}
top.setClickable(!item.loading);
bottom.setClickable(!item.loading);
Expand Down

0 comments on commit c9eac34

Please sign in to comment.