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

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

Merge "Use Builder to replace the Uitls.addFooterPreference"

parents 946441ca 01d6f05f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ public class BluetoothDetailsMacAddressControllerTest extends BluetoothDetailsCo
                        mLifecycle);
        setupDevice(mDeviceConfig);
        mScreen.addPreference(new FooterPreference.Builder(mContext).setKey(
                KEY_DEVICE_DETAILS_FOOTER).build());
                KEY_DEVICE_DETAILS_FOOTER).setTitle(KEY_DEVICE_DETAILS_FOOTER).build());
    }

    @Test