history improvements
This commit is contained in:
parent
3a67f465ea
commit
6c578d7d09
@ -67,7 +67,6 @@ public class HistoryArrayAdapter extends ArrayAdapter<CalculatorHistoryState> {
|
||||
final ImageView status = (ImageView) result.findViewById(R.id.history_item_status_icon);
|
||||
if (status != null) {
|
||||
if (state.isSaved() || isAlreadySaved(state)) {
|
||||
status.getDrawable().setAlpha(180);
|
||||
status.setVisibility(VISIBLE);
|
||||
status.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user