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

Commit 3343d1aa authored by Maggie Benthall's avatar Maggie Benthall
Browse files

Fix bug when sharing to bluetooth.

Bug:10259347
Change-Id: I860a758333947c4207d7acda41e43b8bd1d671df
parent 2f219c51
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. */);
    }