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

Commit 4a70847e authored by Ruth Mekonnen's avatar Ruth Mekonnen Committed by Android (Google) Code Review
Browse files

Merge "Fix typo in stopTethering() log" into main

parents 71ea70de bc853a21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -610,7 +610,7 @@ public class WifiHotspotRepository {
    }

    private void stopTethering() {
        log("startTethering()");
        log("stopTethering()");
        mTetheringManager.stopTethering(TETHERING_WIFI);
    }