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

Commit 935be379 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add onSignInResult() to WifiEntryPreference"

parents f80b3c09 5275b612
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -152,6 +152,14 @@ public class WifiEntryPreference extends Preference implements WifiEntry.WifiEnt
        // TODO(b/70983952): Fill this method in
    }

    /**
     * Result of the sign-in request indecated by the WifiEntry.SIGNIN_STATUS constants
     */
    public void onSignInResult(int status) {
        // TODO(b/70983952): Fill this method in
    }


    private void updateIcon(int level) {
        if (level == -1) {
            setIcon(null);