Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb55fd18 authored by /e/ robot's avatar /e/ robot
Browse files

Merge remote-tracking branch 'origin/lineage-17.1' into v1-q

parents cf453a59 c5f841dd
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
/*
/*
 * Copyright (C) 2013 The CyanogenMod Project
 * Copyright (C) 2013 The CyanogenMod Project
 * Copyright (C) 2017-2019 The LineageOS Project
 * Copyright (C) 2017-2021 The LineageOS Project
 *
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * you may not use this file except in compliance with the License.
@@ -93,6 +93,7 @@ public class SetupWizardApp extends Application {
        NetworkMonitor.initInstance(this);
        NetworkMonitor.initInstance(this);
        PhoneMonitor.initInstance(this);
        PhoneMonitor.initInstance(this);
        SetupWizardUtils.disableComponentsForMissingFeatures(this);
        SetupWizardUtils.disableComponentsForMissingFeatures(this);
        SetupWizardUtils.setMobileDataEnabled(this, false);
        mHandler.postDelayed(mRadioTimeoutRunnable, SetupWizardApp.RADIO_READY_TIMEOUT);
        mHandler.postDelayed(mRadioTimeoutRunnable, SetupWizardApp.RADIO_READY_TIMEOUT);
    }
    }