1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-14 18:26:33 +02:00

allow two digits for number of call notifications (e.g. 60)

This commit is contained in:
cpfeiffer 2016-04-25 00:13:09 +02:00
parent 65bd1581bc
commit b89eb14be7

View File

@ -79,7 +79,7 @@
android:defaultValue="60" android:defaultValue="60"
android:inputType="number" android:inputType="number"
android:key="mi_vibration_count_incoming_call" android:key="mi_vibration_count_incoming_call"
android:maxLength="1" android:maxLength="2"
android:title="@string/pref_title_notifications_repetitions" /> android:title="@string/pref_title_notifications_repetitions" />
</PreferenceScreen> </PreferenceScreen>