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

Commit 5275b612 authored by Quang Luong's avatar Quang Luong
Browse files

Add onSignInResult() to WifiEntryPreference

WifiEntryPreference implements WifiEntryCallback, so it must implement
onSignInResult().

Bug: 70983952
Test: build
Change-Id: I3d096a195feb8296a81fe1f6b433705ea34716bc
parent 5bac3f05
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);