AlexeyGodyaev

Results 10 comments of AlexeyGodyaev

Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.graphics.Bitmap.isRecycled()' on a null object reference at android.graphics.Canvas.throwIfCannotDraw(Canvas.java:1300) at android.graphics.Canvas.drawBitmap(Canvas.java:1356) at jp.wasabeef.blurry.internal.Blur.of(Blur.java:63) at jp.wasabeef.blurry.internal.BlurTask$1.run(BlurTask.java:70) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588) at java.lang.Thread.run(Thread.java:818) samsung...

How to update when resizing?

You can download the source code and replace the support library imports

I was just passing by, but this is the problem of the application developer, not the library

val configuration = Configuration(context.resources.configuration) configuration.setLocale(locale) val strLocale context.createConfigurationContext(configuration).resources.getString(resId)

reason: IME_AUTOFILL_DEFAULT_SUPPORTED_LOCALES_IS_EMPTY Change ID: 169273070 Default State: Enabled for apps that target Android 12 (API level 31) or higher. For apps targeting Android 12 (API level 31) and higher, [getSupportedLocales()](https://developer.android.com/reference/android/view/inputmethod/InlineSuggestionsRequest#getSupportedLocales())...

My option fun Configuration.getFirstLocale(): Locale = if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.S) { getSystemLocale() } else { val locales = ConfigurationCompat.getLocales(this) if (locales.isEmpty) localeENGLISH else (locales[0] ?: localeENGLISH) } fun getSystemLocale(): Locale...

https://dev.appsflyer.com/hc/docs/uninstall-measurement-android#overriding-fcms-onmessagereceived