mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 12:56:49 +01:00
allow two digits for number of call notifications (e.g. 60)
This commit is contained in:
parent
65bd1581bc
commit
b89eb14be7
@ -79,7 +79,7 @@
|
||||
android:defaultValue="60"
|
||||
android:inputType="number"
|
||||
android:key="mi_vibration_count_incoming_call"
|
||||
android:maxLength="1"
|
||||
android:maxLength="2"
|
||||
android:title="@string/pref_title_notifications_repetitions" />
|
||||
</PreferenceScreen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user