Skip to content

Commit

Permalink
Fix sk22#658, fix sk22#620
Browse files Browse the repository at this point in the history
  • Loading branch information
grishka committed Sep 9, 2023
1 parent 1789d90 commit f886e4c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
import java.util.EnumSet;
import java.util.List;

import androidx.annotation.Keep;

@Keep
class FilterRequest{
public String title;
public EnumSet<FilterContext> context;
Expand Down

0 comments on commit f886e4c

Please sign in to comment.