fix bugs since 2.1.0 release

This commit is contained in:
M M Arif
2019-10-02 22:24:02 +05:00
parent 8b26355fc0
commit f19327431f
7 changed files with 24 additions and 17 deletions

View File

@@ -247,12 +247,7 @@ public class RepoInfoFragment extends Fragment {
repoRepoUrlInfo.setText(repoInfo.getHtml_url());
repoForksCountInfo.setText(repoInfo.getForks_count());
if(repoInfo.getHas_issues()) {
tinyDb.putBoolean("hasIssues", repoInfo.getHas_issues());
}
else {
tinyDb.putBoolean("hasIssues", true);
}
tinyDb.putBoolean("hasIssues", repoInfo.getHas_issues());
switch (timeFormat) {
case "pretty": {