Hey I just downloaded the app and after signing in reloading the graph, it showed every day as no contributions. Has anyone else had this problem?
I had to change
switch (levelString) {
case "#eeeeee": level = 0; break;
case "#d6e685": level = 1; break;
case "#8cc665": level = 2; break;
case "#44a340": level = 3; break;
case "#1e6823": level = 4; break;
}
Hey I just downloaded the app and after signing in reloading the graph, it showed every day as no contributions. Has anyone else had this problem? I had to change
to this to get it to work. Utils.java