raichy

Results 7 comments of raichy

I hope its not :(

line 336 in AndroidLiveWallpaperService.java private void notifySurfaceChanged (final int format, final int width, final int height, boolean forceUpdate) { if (!forceUpdate && format == viewFormat && width == viewWidth &&...

In AndroidLiveWallpaperService.java surrending line 338 view.surfaceChanged(this.getSurfaceHolder(), viewFormat, viewWidth, viewHeight); with try/catch will fix the problem libGDX version: 1.10.0

I guess its related to Samsung's custom software. Anyways to reproduce the crash, standart LWP example from libGDX repository will do the job. My test code is almost the same...

found a temporal solution https://stackoverflow.com/questions/60543379/google-play-games-saved-games-deprecated/62321726#62321726 I replaced with .requestScopes(new Scope(Scopes.DRIVE_APPFOLDER))

meybe this could help consentFormListener = new ConsentFormListener() { @Override public void onConsentFormLoaded() { if(!activity.isFinishing()) consentForm.show(); }