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

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

Merge "Fix flickering in USB page" into sc-dev

parents 14e4be7e dd42f65e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -76,6 +76,8 @@ public class UsbDetailsFunctionsController extends UsbDetailsController
    public void displayPreference(PreferenceScreen screen) {
        super.displayPreference(screen);
        mProfilesContainer = screen.findPreference(getPreferenceKey());
        refresh(/* connected */ false, /* functions */ mUsbBackend.getDefaultUsbFunctions(),
                /* powerRole */ 0, /* dataRole */ 0);
    }

    /**