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

Commit cd3eb97c authored by Maggie Benthall's avatar Maggie Benthall Committed by Android (Google) Code Review
Browse files

Merge "Fix bug when sharing to bluetooth." into klp-dev

parents 0e01f128 3343d1aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ import com.android.settings.R;
 */
public final class DevicePickerFragment extends DeviceListPreferenceFragment {

    DevicePickerFragment() {
    public DevicePickerFragment() {
        super(null /* Not tied to any user restrictions. */);
    }