Showing
2 changed files
with
0 additions
and
2 deletions
@@ -255,7 +255,6 @@ export default function community(platform) { | @@ -255,7 +255,6 @@ export default function community(platform) { | ||
255 | hideNavBar={false} | 255 | hideNavBar={false} |
256 | component={SystemMessageContainer} | 256 | component={SystemMessageContainer} |
257 | initial={false} | 257 | initial={false} |
258 | - onBack={this.onBack} | ||
259 | getSceneStyle={(props) => { | 258 | getSceneStyle={(props) => { |
260 | return this.navPushStyle(props); | 259 | return this.navPushStyle(props); |
261 | }} | 260 | }} |
@@ -299,7 +298,6 @@ export default function community(platform) { | @@ -299,7 +298,6 @@ export default function community(platform) { | ||
299 | hideNavBar={false} | 298 | hideNavBar={false} |
300 | component={SubjectPostContainer} | 299 | component={SubjectPostContainer} |
301 | initial={false} | 300 | initial={false} |
302 | - onBack={this.onBack} | ||
303 | rightButtonImage={require('./images/posting/share.png')} | 301 | rightButtonImage={require('./images/posting/share.png')} |
304 | onRight={this.subjectPostOnRight} | 302 | onRight={this.subjectPostOnRight} |
305 | getSid={()=>{ | 303 | getSid={()=>{ |
-
Please register or login to post a comment