|
@@ -1,6 +1,5 @@
|
1
|
1
|
package com.reactnativenavigation.parse;
|
2
|
2
|
|
3
|
|
-import com.reactnativenavigation.parse.params.NullBool;
|
4
|
3
|
import com.reactnativenavigation.parse.params.NullNumber;
|
5
|
4
|
import com.reactnativenavigation.parse.params.NullText;
|
6
|
5
|
import com.reactnativenavigation.utils.TypefaceLoader;
|
|
@@ -131,11 +130,6 @@ public class Options {
|
131
|
130
|
return this;
|
132
|
131
|
}
|
133
|
132
|
|
134
|
|
- public Options clearSideMenuOptions() {
|
135
|
|
- sideMenuRootOptions = new SideMenuRootOptions();
|
136
|
|
- return this;
|
137
|
|
- }
|
138
|
|
-
|
139
|
133
|
public Options clearAnimationOptions() {
|
140
|
134
|
animations = new AnimationsOptions();
|
141
|
135
|
return this;
|
|
@@ -147,8 +141,6 @@ public class Options {
|
147
|
141
|
}
|
148
|
142
|
|
149
|
143
|
public Options clearOneTimeOptions() {
|
150
|
|
- sideMenuRootOptions.left.visible = new NullBool();
|
151
|
|
- sideMenuRootOptions.right.visible = new NullBool();
|
152
|
144
|
bottomTabsOptions.currentTabId = new NullText();
|
153
|
145
|
bottomTabsOptions.currentTabIndex = new NullNumber();
|
154
|
146
|
return this;
|