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

Commit 2252b2b4 authored by jasonwshsu's avatar jasonwshsu
Browse files

Update string id to use generic 'Done' button

Bug: 404145007
Test: check UI of 'Default microphone' dialog in device details page
Flag: EXEMPT bugfix
Change-Id: I03fae534bb19ab90359e7db1283ac4c139175d4b
parent 54804166
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ public class HearingDeviceInputRoutingPreference extends CustomDialogPreferenceC
        setDialogTitle(R.string.bluetooth_hearing_device_input_routing_dialog_title);
        setDialogLayoutResource(R.layout.hearing_device_input_routing_dialog);
        setNegativeButtonText(R.string.cancel);
        setPositiveButtonText(R.string.done_button);
        setPositiveButtonText(R.string.done);
    }

    /**