Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
CampelloManuel committed Jul 2, 2023
1 parent 2a07053 commit be29b78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/com/nononsenseapps/ui/NoteCheckBox.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import androidx.appcompat.widget.AppCompatCheckBox;

/**
* Convenience class to use in listviews. Bind the id to the checkbox inorder to
* Convenience class to use in listviews. Bind the id to the checkbox in order to
* use a onCheckedChangeListener more easily.
*/
public class NoteCheckBox extends AppCompatCheckBox {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ public void setStyledText(final String styledText) {
/*
* A bug reported on Miui Android 4.4. NullPointerException inside setText method
* due to some nullpointer in android.text.SpannableStringInternal.equals method.
* See crashlog in issue #291
* See crash log in issue #291
*/
setText(mStyledText);
}
Expand Down

0 comments on commit be29b78

Please sign in to comment.