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

Commit 369876aa authored by Matthew Xie's avatar Matthew Xie
Browse files

fix a merge error in PanService

Change-Id: I63734e44ca661166da9091fae622a9e54bd24431
parent b5803c85
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -109,10 +109,6 @@ public class PanService extends ProfileService {
        SharedPreferences tetherSetting = getSharedPreferences(PAN_PREFERENCE_FILE, 0);
        mTetherOn = tetherSetting.getBoolean(PAN_TETHER_SETTING, false);

        // Set mTetherOn based on the last saved tethering preference while starting the Pan service
        SharedPreferences tetherSetting = getSharedPreferences(PAN_PREFERENCE_FILE, 0);
        mTetherOn = tetherSetting.getBoolean(PAN_TETHER_SETTING, false);

        return true;
    }