Skip to content

Commit

Permalink
Always relaunch conversation activity.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-signal committed Jul 18, 2022
1 parent 4bed90f commit 2e7e165
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -37,7 +37,9 @@ open class ConversationActivity : PassphraseRequiredActivity(), ConversationPare

override fun onNewIntent(intent: Intent?) {
super.onNewIntent(intent)
fragment.onNewIntent(intent)

finish()
startActivity(intent)
}

override fun dispatchTouchEvent(ev: MotionEvent?): Boolean {
Expand Down

0 comments on commit 2e7e165

Please sign in to comment.