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

Commit d70a3d4e authored by Robert Greenwalt's avatar Robert Greenwalt
Browse files

Tethering improvements.

Changes due to comments.
Fixing Tether teardown.

bug:2422545
parent 21a20a39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ public class TetherActivity extends AlertActivity implements
                }
            } else {
                for (String t : tethered) {
                    if (!cm.untether("ppp0")) {
                    if (!cm.untether(t)) {
                        error = true;
                    }
                }
+121 −184

File changed.

Preview size limit exceeded, changes collapsed.