TP-12345 | Set gson.allowCapturingTypeVariables to true (#11441)
This commit is contained in:
@@ -121,6 +121,7 @@ open class NaviApplication :
|
||||
}
|
||||
|
||||
override fun onCreate() {
|
||||
System.setProperty("gson.allowCapturingTypeVariables", "true")
|
||||
AppLoadTimerMapper.onAppLoadingStart()
|
||||
if (TextUtils.equals(BuildConfig.FLAVOR, DEV) && BuildConfig.DEBUG) {
|
||||
StrictMode.setThreadPolicy(
|
||||
|
||||
Reference in New Issue
Block a user