Skip to content

Commit

Permalink
hardcoded
Browse files Browse the repository at this point in the history
  • Loading branch information
azaricstefan committed Feb 21, 2017
1 parent 18eabeb commit 9f0f6cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void startStatisticsActivity(){
}

public String filterTmp(String name){
if(name == null) return "";
if(name == null) return ""; //TODO: remove this when bug fixed
String[] full = name.split(":");
if(full.length > 1)
return full[1];
Expand Down

0 comments on commit 9f0f6cc

Please sign in to comment.