mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-11-26 22:58:39 +01:00
Fix proguard for gson. Fix multireddit's info cannot be updated in minifiedRelease. Version 4.0.7.
This commit is contained in:
@@ -35,14 +35,4 @@ public class MultiRedditJSONModel {
|
||||
Gson gson = new Gson();
|
||||
return gson.toJson(this);
|
||||
}
|
||||
|
||||
class SubredditInMultiReddit {
|
||||
String name;
|
||||
|
||||
SubredditInMultiReddit() {}
|
||||
|
||||
SubredditInMultiReddit(String subredditName) {
|
||||
name = subredditName;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
package ml.docilealligator.infinityforreddit.MultiReddit;
|
||||
|
||||
public class SubredditInMultiReddit {
|
||||
String name;
|
||||
|
||||
SubredditInMultiReddit() {}
|
||||
|
||||
SubredditInMultiReddit(String subredditName) {
|
||||
name = subredditName;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user