Define default OPTION_TABS_ON_SPECIALS option

If the option is not default, system will throw OutOfBoundsException
when trying to access OPTION_TABS_ON_SPECIALS value.

Bug: T225279
Change-Id: I01ff016caea0bfd961c71e15388d670cd93acc7f
This commit is contained in:
Piotr Miazga 2019-06-07 13:40:13 +02:00 committed by Pmiazga
parent c99188376f
commit ececc1b98c
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ final class SkinOptions {
self::OPTIONS_TALK_AT_TOP => false,
self::OPTIONS_HISTORY_PAGE_ACTIONS => false,
self::OPTION_OVERFLOW_SUBMENU => false,
/** Whether to show tabs on special pages */
self::OPTION_TABS_ON_SPECIALS => false,
];
/**