Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 83bf652

Browse files
keianhzoMortimerGoro
authored andcommitted
Fixes Gson R8 crash (#1510)
* Keep missing state classes * Remove SessionStack as it's not really required
1 parent 028c538 commit 83bf652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/proguard-rules.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# --------------------------------------------------------------------
5353
-keep class org.mozilla.vrbrowser.ui.widgets.WidgetPlacement {*;} # Keep class used in JNI.
5454
-keep class org.mozilla.vrbrowser.ui.widgets.Windows$** {*;} # Keep state clases used by gson.
55-
-keep class org.mozilla.browser.engine.SessionStore** {*;} # Keep state clases used by gson.
55+
-keep class org.mozilla.vrbrowser.browser.engine.SessionState$** {*;} # Keep state clases used by gson.
5656

5757
# --------------------------------------------------------------------
5858
# Keep classes from HTC SDK

0 commit comments

Comments
 (0)