mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-19 04:09:03 +00:00
Store suppressed modals in database
This commit is contained in:
parent
75ad7523cc
commit
6468d20bc1
1 changed files with 2 additions and 4 deletions
|
|
@ -16,10 +16,8 @@ public class SuppressedModals extends BaseModel {
|
|||
@PrimaryKey
|
||||
public String userId;
|
||||
|
||||
private Boolean streak;
|
||||
private Boolean raisePet;
|
||||
private Boolean hatchPet;
|
||||
private Boolean levelUp;
|
||||
@Column
|
||||
private Boolean streak, raisePet, hatchPet, levelUp;
|
||||
|
||||
public Boolean getStreak() {return streak; }
|
||||
public Boolean getRaisePet() {return raisePet; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue