mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
allow two digits for number of call notifications (e.g. 60)
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user