Archived
0

fix filter dialog

This commit is contained in:
iMoHax
2015-09-11 16:43:42 +03:00
parent 43de32d00b
commit e0ab8d4629
4 changed files with 13 additions and 11 deletions

View File

@@ -302,6 +302,10 @@ public class MarketAnalyzer {
return vendors;
}
public MarketFilter getFilter(){
return market.getFilter();
}
public MarketAnalyzer newInstance(Profile profile, AnalysisCallBack callback){
return new MarketAnalyzer(market, profile, callback);
}