|
@@ -635,7 +635,7 @@ public class StatisticsFragment extends Fragment implements ChecklistDialog.Chec
|
|
|
|
|
|
/**Paints the filter button if the current filter object is set.*/
|
|
/**Paints the filter button if the current filter object is set.*/
|
|
private void actualiseFilterButton(){
|
|
private void actualiseFilterButton(){
|
|
- if (this.filter.isSet() ){
|
|
|
|
|
|
+ if ((this.filter.isSet() && (!(this.currentPlotView instanceof BarGraph))|| (this.filter.hasATimestamp() || this.filter.hasBSSIDs() || this.filter.hasESSIDs()))){
|
|
ImageButton filterButton = this.getFilterButton();
|
|
ImageButton filterButton = this.getFilterButton();
|
|
if (filterButton != null){
|
|
if (filterButton != null){
|
|
filterButton.setImageResource(R.drawable.ic_filter_pressed);
|
|
filterButton.setImageResource(R.drawable.ic_filter_pressed);
|