Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App crashes when coming back from another activity with landscape orientation On Android 8.1 #22241

Closed
3 tasks
sduqlsc opened this issue Nov 12, 2018 · 39 comments
Closed
3 tasks
Labels
Bug Platform: Android Android applications. Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@sduqlsc
Copy link

sduqlsc commented Nov 12, 2018

Environment

[skip envinfo]

Description

I have a Reat Native v0.44 Main Activity A which is configured as portrait orientation while destination Activity B is landscape, when A startActivityForResult to B and B finished ok with result to pass to A, the App crashed.

If using following code to set orientation in B, the problem could be solved temporarily:

              boolean isOverAndroid8 = Build.VERSION.SDK_INT > Build.VERSION_CODES.N;
		if (isOverAndroid8) {
			setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);
		} else {
			setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
		}

below is styles.xml:

<resources>

    <!-- Base application theme. -->
    <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
        <!-- Customize your theme here. -->
        <item name="colorPrimary">@color/colorPrimary</item>
        <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
        <item name="colorAccent">@color/colorAccent</item>
    </style>

    <style name="AppTheme.NoActionBar">
        <item name="windowActionBar">false</item>
        <item name="windowNoTitle">true</item>
    </style>

    <style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar"/>

    <style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light"/>

</resources>

So, i think it has something related between Reat Native and Android 8.1.

@react-native-bot react-native-bot added the Platform: Android Android applications. label Nov 12, 2018
@iamdurui
Copy link

iamdurui commented Nov 27, 2018

I have the same problem ,my react native version is 0.56.0 , but my all activity is setted android:screenOrientation="portrait" , so I guess it has something related between React Native and Android 8.1,maybe the orientation has no effect,the crash information is:
Fatal Exception: java.lang.AssertionError: Pausing an activity that is not the current activity, this is incorrect! Current activity: MainActivity Paused activity: MainActivity
at com.facebook.infer.annotation.Assertions.assertCondition(Assertions.java:72)
at com.facebook.react.ReactInstanceManager.onHostPause(ReactInstanceManager.java:500)
at com.facebook.react.ReactActivityDelegate.onPause(ReactActivityDelegate.java:99)
at com.facebook.react.ReactActivity.onPause(ReactActivity.java:58)
at android.app.Activity.performPause(Activity.java:7422)
at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1409)
at android.app.ActivityThread.performPauseActivityIfNeeded(ActivityThread.java:4176)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:4153)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:4122)
at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:4096)
at android.app.ActivityThread.-wrap15(Unknown Source)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1779)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:198)
at android.app.ActivityThread.main(ActivityThread.java:7015)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:521)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:837)

@franjbeltran
Copy link

I got 3 crashes too. The information of my environment is:

  • react: 16.2.0
  • react-native: 0.55.3
  • All crashes using portrait screen orientation.
  • 2 crashes Android OS 8.1.0 (Samsung Galaxy Note 9 and LG Stylo 4), 1 crash Android OS 9 (Google Pixel).

The crash information is:
Fatal Exception: java.lang.AssertionError: Pausing an activity that is not the current activity, this is incorrect! Current activity: MainActivity Paused activity: MainActivity at com.facebook.infer.annotation.Assertions.assertCondition(Assertions.java:72) at com.facebook.react.ReactInstanceManager.onHostPause(ReactInstanceManager.java:500) at com.facebook.react.ReactActivityDelegate.onPause(ReactActivityDelegate.java:96) at com.facebook.react.ReactActivity.onPause(ReactActivity.java:58) at android.app.Activity.performPause(Activity.java:7337) at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1465) at android.app.ActivityThread.performPauseActivityIfNeeded(ActivityThread.java:4022) at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3987) at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:3939) at android.app.servertransaction.PauseActivityItem.execute(PauseActivityItem.java:45) at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:145) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:70) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1809) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:193) at android.app.ActivityThread.main(ActivityThread.java:6680) at java.lang.reflect.Method.invoke(Method.java) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)

We haven't been able to reproduce it. It has appeared to some users.

@s349856186
Copy link

Same problem.

react: 16.0.0
react-native: 0.51.0
portrait screen orientation.
Android 8.1

Samsung Galaxy Tab A (2016) (gtaxlwifi), Android 8.1
java.lang.AssertionError:
at com.facebook.infer.annotation.Assertions.assertCondition (Assertions.java:72)
at com.facebook.react.ReactInstanceManager.onHostPause (ReactInstanceManager.java:568)
at com.facebook.react.ReactActivityDelegate.onPause (ReactActivityDelegate.java:119)
at com.facebook.react.ReactActivity.onPause (ReactActivity.java:60)
at android.app.Activity.performPause (Activity.java:7487)
at android.app.Instrumentation.callActivityOnPause (Instrumentation.java:1416)
at android.app.ActivityThread.performPauseActivityIfNeeded (ActivityThread.java:4130)
at android.app.ActivityThread.performPauseActivity (ActivityThread.java:4107)
at android.app.ActivityThread.performPauseActivity (ActivityThread.java:4081)
at android.app.ActivityThread.handlePauseActivity (ActivityThread.java:4055)
at android.app.ActivityThread.-wrap16 (Unknown Source)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1736)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:164)
at android.app.ActivityThread.main (ActivityThread.java:7000)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:441)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1408)

@leeleoo
Copy link

leeleoo commented Jan 10, 2019

same problem

"react": "16.4.1",

"react-native": "^0.55.4",

devices : MI 8 SE | MI 8 | Mi Note 3

android : 8.1.0

1 java.lang.AssertionError: Pausing an activity that is not the current activity, this is incorrect! Current activity: MainActivity Paused activity: MainActivity
2 at com.facebook.infer.annotation.Assertions.assertCondition(Assertions.java:72)
3 at com.facebook.react.ReactInstanceManager.onHostPause(ReactInstanceManager.java:524)
4 at com.facebook.react.ReactActivityDelegate.onPause(ReactActivityDelegate.java:96)
5 at com.facebook.react.ReactActivity.onPause(ReactActivity.java:60)
6 at com.aoaola.MainActivity.onPause(MainActivity.java:32)
7 at android.app.Activity.performPause(Activity.java:7439)
8 at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1409)
9 at android.app.ActivityThread.performPauseActivityIfNeeded(ActivityThread.java:4173)
10 at android.app.ActivityThread.performPauseActivity(ActivityThread.java:4150)
11 at android.app.ActivityThread.performPauseActivity(ActivityThread.java:4119)
12 at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:4093)
13 at android.app.ActivityThread.-wrap15(Unknown Source:0)
14 at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1784)
15 at android.os.Handler.dispatchMessage(Handler.java:106)
16 at android.os.Looper.loop(Looper.java:197)
17 at android.app.ActivityThread.main(ActivityThread.java:7022)
18 at java.lang.reflect.Method.invoke(Native Method)
19 at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:515)
20 at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:837)

@orta
Copy link
Contributor

orta commented Mar 19, 2019

Hey everyone, this issue has quite a few different stack traces, versions of React Native and devices. Is is possible someone could create a repro which we can use to debug the problem locally?

@kaiwen-zhang-ck
Copy link

kaiwen-zhang-ck commented Mar 20, 2019

@orta how would I do this?

RN : 0.58.4
Screen Shot 2019-03-20 at 10 25 00 AM

@LuongTruong
Copy link

Hi everyone, I have the same issue:

Fatal Exception: java.lang.AssertionError: Pausing an activity that is not the current activity, this is incorrect! Current activity: MainActivity Paused activity: MainActivity
    at com.facebook.infer.annotation.Assertions.assertCondition(Assertions.java:72)
    at com.facebook.react.ReactInstanceManager.onHostPause(ReactInstanceManager.java:497)
    at com.facebook.react.ReactActivityDelegate.onPause(ReactActivityDelegate.java:99)
    at com.facebook.react.ReactActivity.onPause(ReactActivity.java:58)
    at android.app.Activity.performPause(Activity.java:7606)
    at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1465)
    at android.app.ActivityThread.performPauseActivityIfNeeded(ActivityThread.java:4245)
    at android.app.ActivityThread.performPauseActivity(ActivityThread.java:4210)
    at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:4162)
    at android.app.servertransaction.PauseActivityItem.execute(PauseActivityItem.java:45)
    at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:145)
    at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:70)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1948)
    at android.os.Handler.dispatchMessage(Handler.java:106)
    at android.os.Looper.loop(Looper.java:214)
    at android.app.ActivityThread.main(ActivityThread.java:7045)
    at java.lang.reflect.Method.invoke(Method.java)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:964)

Environment:

Galaxy Note 8: Android version 9
react-native: 0.57.0

@stale
Copy link

stale bot commented Aug 2, 2019

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Aug 2, 2019
@LuongTruong
Copy link

Hi @sduqlsc , did you find a solution?

@stale stale bot removed the Stale There has been a lack of activity on this issue and it may be closed soon. label Aug 5, 2019
@sduqlsc
Copy link
Author

sduqlsc commented Aug 8, 2019

@truongluong1314520 no, till now, still using above code to fix the orientation.

@plus24-library
Copy link

Hello, we also get this error on react native 0.59.10. Is there a solution to this problem?

@plus24-library
Copy link

phone_model: SM-J710F
android_version: 7.0

java.lang.AssertionError: Pausing an activity that is not the current activity, this is incorrect! Current activity: MainActivity Paused activity: MainActivity
at com.facebook.infer.annotation.Assertions.assertCondition(Assertions.java:72)
at com.facebook.react.ReactInstanceManager.onHostPause(ReactInstanceManager.java:511)
at com.facebook.react.ReactActivityDelegate.onPause(ReactActivityDelegate.java:94)
at com.facebook.react.ReactActivity.onPause(ReactActivity.java:58)
at android.app.Activity.performPause(Activity.java:7161)
at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1330)
at android.app.ActivityThread.performPauseActivityIfNeeded(ActivityThread.java:4168)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:4145)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:4119)
at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:4093)
at android.app.ActivityThread.-wrap18(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1654)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6776)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1518)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)

@stale
Copy link

stale bot commented Nov 13, 2019

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Nov 13, 2019
@saghul
Copy link
Contributor

saghul commented Nov 14, 2019

Also getting this, with the same trace backs that have been posted here already.

@stale stale bot removed the Stale There has been a lack of activity on this issue and it may be closed soon. label Nov 14, 2019
@seavan
Copy link

seavan commented Nov 20, 2019

the issue is still there with react-native 0.59.10

@stale
Copy link

stale bot commented Feb 18, 2020

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Feb 18, 2020
@seavan
Copy link

seavan commented Feb 18, 2020

still happening on 0.60.5

@stale stale bot removed the Stale There has been a lack of activity on this issue and it may be closed soon. label Feb 18, 2020
@adnan1naeem
Copy link

I am facing this issue in react-native version :0.61.5

@defigor
Copy link

defigor commented Mar 30, 2020

The same here, just deployed updated app with 0.61.5 react native and facing the same issue across multiple users:
java.lang.AssertionError: Pausing an activity that is not the current activity, this is incorrect! Current activity: MainActivity Paused activity: MainActivity
at com.facebook.infer.annotation.Assertions.assertCondition(Assertions.java:72)
at com.facebook.react.ReactInstanceManager.onHostPause(ReactInstanceManager.java:512)
at com.facebook.react.ReactActivityDelegate.onPause(ReactActivityDelegate.java:99)
at com.facebook.react.ReactActivity.onPause(ReactActivity.java:58)
at android.app.Activity.performPause(Activity.java:8168)
at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1508)
at android.app.ActivityThread.performPauseActivityIfNeeded(ActivityThread.java:4725)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:4686)
at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:4638)
at android.app.servertransaction.PauseActivityItem.execute(PauseActivityItem.java:46)
at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:176)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:97)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2146)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loop(Looper.java:237)
at android.app.ActivityThread.main(ActivityThread.java:7762)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1047)

@eshturman
Copy link

It's also in react-native version: 0.61.5

@dimlksin2
Copy link

Привет друзья, спустя долгое время мне удалось исправить данную ошибку.
Необходимо в AndroidManifest.xml добавить android:launchMode="singleTask"

что бы было вот так

<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
android:windowSoftInputMode="adjustPan"
android:launchMode="singleTask" // ++++++++++++++
>

у меня была проблема из за библиотеки react-native-splash-screen

@dimlksin2
Copy link

Hi friends, after a long time I managed to fix this error.
You need to add android: launchMode = "singleTask" in AndroidManifest.xml

what would it be like this

<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
android:windowSoftInputMode="adjustPan"
android:launchMode="singleTask" // ++++++++++++++

I had a problem due to react-native-splash-screen library

@stale
Copy link

stale bot commented Jul 20, 2020

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Jul 20, 2020
@defigor
Copy link

defigor commented Jul 20, 2020

It is still happening and was not properly fixed. Could please someone look into it?

@stale stale bot removed the Stale There has been a lack of activity on this issue and it may be closed soon. label Jul 20, 2020
@RodolfoGS
Copy link
Contributor

I've the same issue in react-native: 0.63.3
I tested with android:launchMode="singleTask" and android:launchMode="singleTop", both with the same issue

Anyone could fix it? Or know how to reproduce?
I'm also using expo, expo-splash-screen, expo-updates... I don't know if the issue can be related with any of these libraries

@teivienn
Copy link

I have the same problem
"react-native": "0.62.2"
android:launchMode="singleTop"
Probably related to the use react-native-splash-screen

@showtan001
Copy link

showtan001 commented Nov 5, 2020

I have the same problem

"react-native": "0.62.2"
android:launchMode="singleTask"

Probably related to the use react-native-splash-screen
Android Sdk 28
Android System Version 8.0.0

@AjayShivanagol
Copy link

@showtan001 or @vstatsura
Did you solve it?

@1uokun
Copy link

1uokun commented Feb 22, 2021

It's work for me in 0.61.4

buildToolsVersion = "28.0.3"
minSdkVersion = 19
compileSdkVersion = 29
targetSdkVersion = 29
supportLibVersion = "28.0.3"
<activity
  android:name=".MainActivity"
  android:launchMode="singleTop"
  android:label="@string/app_name"
  android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
  android:windowSoftInputMode="adjustResize"
  android:resizeableActivity="true">

@phildupuis
Copy link

phildupuis commented Mar 26, 2021

I have the same issue with 2 different activities. java.lang.AssertionError: Pausing an activity that is not the current activity, this is incorrect! Current activity: MainActivity Paused activity: IncomingCallActivity. I found a tricky way to repro by connecting the Android Studio layout inspector when IncomingCallActivity is the current activity.

By logging the current activity from the react context, it looks like the react context has the good current activity.

IncomingCallActivity

@Override
protected void onPause() {
    ReactContext reactContext = getReactNativeHost().getReactInstanceManager().getCurrentReactContext();
    System.out.println("!!!! Current activity " + Objects.requireNonNull(reactContext).getCurrentActivity());
    super.onPause();
}

From this code I can verify that the react context is ok before pausing. The error itself happens in ReactInstanceManager. So, it looks like the internal instance of the currentActivity in ReactInstanceManager is not on par with the reality.

@simonxcheng
Copy link

We had the same issue and it happened only on Android 9 and 10. 97% happened on Android 10. There is no issues with Android 11.

@simonxcheng
Copy link

I have the same issue with 2 different activities. java.lang.AssertionError: Pausing an activity that is not the current activity, this is incorrect! Current activity: MainActivity Paused activity: IncomingCallActivity. I found a tricky way to repro by connecting the Android Studio layout inspector when IncomingCallActivity is the current activity.

By logging the current activity from the react context, it looks like the react context has the good current activity.

IncomingCallActivity

@Override
protected void onPause() {
    ReactContext reactContext = getReactNativeHost().getReactInstanceManager().getCurrentReactContext();
    System.out.println("!!!! Current activity " + Objects.requireNonNull(reactContext).getCurrentActivity());
    super.onPause();
}

From this code I can verify that the react context is ok before pausing. The error itself happens in ReactInstanceManager. So, it looks like the internal instance of the currentActivity in ReactInstanceManager is not on par with the reality.

We are not experiencing this issue on Android 11 but we can reproduce it with the "Layout inspector" method on Android 11. Therefore, I guess Layout Inspector is not the qualified method to reproduce the bug.

@simonxcheng
Copy link

simonxcheng commented Jul 18, 2021

Finally, we mitigated the problem by extending ReactFragment and override onPause function. We did a try-catch for calling super.onPause:
try {
super.onPause()
} catch (assertError: AssertionError) {
// report error to somewhere
}

Because all crashes happened to activities that will be destroyed, we do not care if there are lifecycle issues with the try-catch. We did not observe any other RN life cycle related crashes or complains with this fix.

@rikur
Copy link

rikur commented Oct 8, 2021

Finally, we mitigated the problem by extending ReactFragment and override onPause function. We did a try-catch for calling super.onPause: try { super.onPause() } catch (assertError: AssertionError) { // report error to somewhere }

Because all crashes happened to activities that will be destroyed, we do not care if there are lifecycle issues with the try-catch. We did not observe any other RN life cycle related crashes or complains with this fix.

Would you mind sharing a diff/patch for this? 🙏

@stale
Copy link

stale bot commented Jan 9, 2022

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Jan 9, 2022
@JinYuSha0
Copy link

It's work for me

@Override
protected void onPause() {
  try {
    super.onPause();
    mDelegate.onPause();
  } catch (Throwable e) {
    e.printStackTrace();
  }
}

It should be noted that: the AssertionError extends Error, catch Exception is no useful.

@github-actions github-actions bot removed the Stale There has been a lack of activity on this issue and it may be closed soon. label Mar 4, 2023
@Uzef1997
Copy link

Uzef1997 commented May 5, 2023

This may help
https://stackoverflow.com/a/76184102/7017860

this is how I solved this issue without saving state

Copy link

github-actions bot commented Nov 2, 2023

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Nov 2, 2023
Copy link

github-actions bot commented Nov 9, 2023

This issue was closed because it has been stalled for 7 days with no activity.

@github-actions github-actions bot closed this as completed Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Platform: Android Android applications. Stale There has been a lack of activity on this issue and it may be closed soon.
Projects
None yet
Development

No branches or pull requests