fix array length

This commit is contained in:
sonora 2020-03-29 14:29:46 +02:00
parent 5b89e87687
commit 7c01f664ca

View file

@ -2090,7 +2090,7 @@ public class OsmandSettings {
12/*AudioAttributes.USAGE_ASSISTANCE_NAVIGATION_GUIDANCE*/).makeProfile(); 12/*AudioAttributes.USAGE_ASSISTANCE_NAVIGATION_GUIDANCE*/).makeProfile();
// For now this can be changed only in TestVoiceActivity // For now this can be changed only in TestVoiceActivity
public final OsmandPreference<Integer>[] VOICE_PROMPT_DELAY = new IntPreference[5]; public final OsmandPreference<Integer>[] VOICE_PROMPT_DELAY = new IntPreference[6];
{ {
// On most devices sound output works pomptly so usually no voice prompt delay needed // On most devices sound output works pomptly so usually no voice prompt delay needed