We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53f336 commit 72fc6b7Copy full SHA for 72fc6b7
android/app/src/main/java/com/zulipmobile/MainActivity.kt
@@ -36,6 +36,13 @@ open class MainActivity : ReactActivity() {
36
super.onNewIntent(intent)
37
}
38
39
+ override fun onDestroy() {
40
+ super.onDestroy()
41
+ if (reactNativeHost.hasInstance()) {
42
+ reactNativeHost.clear()
43
+ }
44
45
+
46
/* Returns true just if we did handle the intent. */
47
private fun maybeHandleIntent(intent: Intent?): Boolean {
48
// We handle intents from "sharing" something to Zulip.
0 commit comments