Robert Levonyan

Results 8 issues of Robert Levonyan

``` atal Exception: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState at androidx.fragment.app.FragmentManager.checkStateLoss(FragmentManager.java:1) at androidx.fragment.app.BackStackRecord.commitInternal(BackStackRecord.java:4) at androidx.fragment.app.BackStackRecord.commit(BackStackRecord.java:1) at com.github.terrakok.cicerone.androidx.AppNavigator.commitNewFragmentScreen(AppNavigator.java:9) at com.github.terrakok.cicerone.androidx.AppNavigator.replace(AppNavigator.java:5) at com.github.terrakok.cicerone.androidx.AppNavigator.applyCommands(AppNavigator.java:7) at com.robertlevonyan.testy.ui.main.MainFragment.onItemSelected$lambda-10$lambda-9(MainFragment.java:53) at androidx.camera.camera2.internal.Camera2CameraControlImpl$CameraCaptureCallbackSet$$InternalSyntheticLambda$9$e5350c1b11be8bdf6a3182cb638daed28e6e5f26d5bae717586c49615918254f$0.run$bridge(Camera2CameraControlImpl.java:53) at android.os.Handler.handleCallback(Handler.java:938) at...

``` java.lang.IllegalStateException: FragmentManager is already executing transactions at androidx.fragment.app.FragmentManager.ensureExecReady(FragmentManager.java:1636) at androidx.fragment.app.FragmentManager.execPendingActions(FragmentManager.java:1695) at androidx.fragment.app.FragmentManager.executePendingTransactions(FragmentManager.java:564) at com.github.terrakok.cicerone.androidx.AppNavigator.applyCommands(AppNavigator.kt:25) ```

The app is crashing with error `IllegalStateException: FragmentManager has been destroyed` Full crash log: ``` Fatal Exception: java.lang.IllegalStateException: FragmentManager has been destroyed at androidx.fragment.app.FragmentManager.B(FragmentManager.java:16) at androidx.fragment.app.FragmentManager.generateOpsForPendingActions(FragmentManager.java) at androidx.fragment.app.FragmentManager.executePendingTransactions(FragmentManager.java:2) at com.github.terrakok.cicerone.androidx.AppNavigator.applyCommandsSync(AppNavigator.java:2)...

The lib is not working with Scoped Storage API

bug

I'm using this version `com.mapbox.mapboxsdk:mapbox-android-sdk:9.6.0` and receiving random crashes via crashlytics. The crash log is: ``` Fatal Exception: java.lang.UnsatisfiedLinkError: No implementation found for void com.mapbox.mapboxsdk.net.NativeConnectivityListener.initialize() (tried Java_com_mapbox_mapboxsdk_net_NativeConnectivityListener_initialize and Java_com_mapbox_mapboxsdk_net_NativeConnectivityListener_initialize__) at...

The motion layout is crashing with this error. ``` java.lang.IllegalArgumentException: Failed requirement. at androidx.compose.ui.node.MeasureAndLayoutDelegate.doRemeasure(MeasureAndLayoutDelegate.kt:177) at androidx.compose.ui.node.MeasureAndLayoutDelegate.remeasureAndRelayoutIfNeeded(MeasureAndLayoutDelegate.kt:228) at androidx.compose.ui.node.MeasureAndLayoutDelegate.access$remeasureAndRelayoutIfNeeded(MeasureAndLayoutDelegate.kt:38) at androidx.compose.ui.node.MeasureAndLayoutDelegate.measureAndLayout(MeasureAndLayoutDelegate.kt:201) at androidx.compose.ui.platform.AndroidComposeView.measureAndLayout(AndroidComposeView.android.kt:662) at androidx.compose.ui.node.Owner$DefaultImpls.measureAndLayout$default(Owner.kt:182) at androidx.compose.ui.platform.AndroidComposeView.dispatchDraw(AndroidComposeView.android.kt:846) at android.view.View.draw(View.java:22648) at android.view.View.updateDisplayListIfDirty(View.java:21520)...

bug

I've updated the lib to version 1.2.0 and it started to require that the desugaring should be enabled for `java.time`. My app uses minSdk 26 so java.time should work without...

## Environment - Android OS version: 11 - Devices affected: OnePlus8Pro - Maps SDK Version: 11.2.2 ## Observed behavior and steps to reproduce The crash is reported via Crashlytics ##...

bug :beetle: