Bug 1825799 - Make MozillaOnlineHomeActivity final by default.

fenix/114.1.0
Jemshit Tuvakov 1 year ago committed by mergify[bot]
parent d6090f7224
commit 51479bc367

@ -14,9 +14,9 @@ import org.mozilla.fenix.home.mozonline.showPrivacyPopWindow
* a privacy notice on first run. Once the privacy notice is accepted, and for
* all subsequent launches, it will simply launch the Fenix [HomeActivity].
*/
open class MozillaOnlineHomeActivity : AppCompatActivity() {
class MozillaOnlineHomeActivity : AppCompatActivity() {
final override fun onCreate(savedInstanceState: Bundle?) {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
if ((this.application as FenixApplication).shouldShowPrivacyNotice()) {

Loading…
Cancel
Save