|
|
|
|
|
|
5
|
|
5
|
|
|
6
|
import com.reactnativenavigation.parse.params.Color;
|
6
|
import com.reactnativenavigation.parse.params.Color;
|
|
7
|
import com.reactnativenavigation.parse.params.NullColor;
|
7
|
import com.reactnativenavigation.parse.params.NullColor;
|
|
|
|
8
|
+import com.reactnativenavigation.parse.params.NullNumber;
|
|
|
|
9
|
+import com.reactnativenavigation.parse.params.NullText;
|
|
8
|
import com.reactnativenavigation.parse.parsers.ColorParser;
|
10
|
import com.reactnativenavigation.parse.parsers.ColorParser;
|
|
9
|
import com.reactnativenavigation.utils.TypefaceLoader;
|
11
|
import com.reactnativenavigation.utils.TypefaceLoader;
|
|
10
|
|
12
|
|
|
|
|
|
|
|
144
|
fabOptions = new FabOptions();
|
146
|
fabOptions = new FabOptions();
|
|
145
|
return this;
|
147
|
return this;
|
|
146
|
}
|
148
|
}
|
|
|
|
149
|
+
|
|
|
|
150
|
+ public void clearOneTimeOptions() {
|
|
|
|
151
|
+ bottomTabsOptions.currentTabId = new NullText();
|
|
|
|
152
|
+ bottomTabsOptions.currentTabIndex = new NullNumber();
|
|
|
|
153
|
+ }
|
|
147
|
}
|
154
|
}
|