mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 02:08:40 +00:00
Always relaunch conversation activity.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user