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: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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue