Pier Angelo Vendrame pushed to branch tor-browser-128.6.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
0bb78caa
by clairehurst at 2025-01-21T16:51:39+00:00
1 changed file:
Changes:
| ... | ... | @@ -4,6 +4,7 @@ |
| 4 | 4 | |
| 5 | 5 | package org.mozilla.fenix
|
| 6 | 6 | |
| 7 | +import android.annotation.SuppressLint
|
|
| 7 | 8 | import android.app.assist.AssistContent
|
| 8 | 9 | import android.app.PendingIntent
|
| 9 | 10 | import android.content.Context
|
| ... | ... | @@ -710,6 +711,7 @@ open class HomeActivity : LocaleAwareAppCompatActivity(), NavHostActivity, TorIn |
| 710 | 711 | /**
|
| 711 | 712 | * Handles intents received when the activity is open.
|
| 712 | 713 | */
|
| 714 | + @SuppressLint("MissingSuperCall") // super.onNewIntent is called in [onNewIntentInternal(intent)]
|
|
| 713 | 715 | final override fun onNewIntent(intent: Intent?) {
|
| 714 | 716 | if (intent?.action == ACTION_MAIN || components.torController.isConnected) {
|
| 715 | 717 | onNewIntentInternal(intent)
|