mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-12-12 15:06:30 +00:00
Make TextRange serializable. Fixes https://github.com/austinhuang0131/barinsta/issues/858
This commit is contained in:
parent
a60e934162
commit
8b54eec29b
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ public class DirectItemActionLog implements Serializable {
|
||||||
return Objects.hash(description, bold, textAttributes);
|
return Objects.hash(description, bold, textAttributes);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class TextRange {
|
public static class TextRange implements Serializable {
|
||||||
private final int start;
|
private final int start;
|
||||||
private final int end;
|
private final int end;
|
||||||
private final String color;
|
private final String color;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue