Skip to content

Commit

Permalink
Several improvements & bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
therealsujitk committed Mar 13, 2021
1 parent 194e0ad commit 33fc54d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void run() {
}

if (isUsingNewLayout) {
type = type.substring(type.indexOf("(") + 1, type.indexOf(")"));
type = type.substring(type.indexOf("(") + 1, type.indexOf(")")).trim();
}

final LinearLayout card = myFaculty.generateCard(faculty, course, type);
Expand Down

0 comments on commit 33fc54d

Please sign in to comment.