-
Notifications
You must be signed in to change notification settings - Fork 36
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolve the travis build error please @Chromicle
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
once can you check all the indentations
if (donatePaid.isChecked() && donateNotPaid.isChecked()) { | ||
flag = 5; | ||
} | ||
readAllBinding.listView.setAdapter(adapter); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think everywhere indentation is correct, I run spotless also for checking It didn't give me any errors
@Chromicle also it would be better if you add this in README also |
I will do that now 👍 |
Fixed #20
Changes: Changed All layouts into data binding layout