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

Commit fa6faf95 authored by Maggie Benthall's avatar Maggie Benthall Committed by Android Git Automerger
Browse files

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

* commit 'cd3eb97c':
  Fix bug when sharing to bluetooth.
parents d92af47f cd3eb97c
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. */);
    }