Skip to content

Commit

Permalink
Removed unused onback implementation in Eula
Browse files Browse the repository at this point in the history
  • Loading branch information
AlixH committed Nov 24, 2021
1 parent 8528f6d commit 59e1b4b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/screens/auth/eula/Eula.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@ export default class Eula extends BaseScreen<Props, State> {
}
};

public onBack = () => {
// Back mobile button: Force navigation
this.props.navigation.navigate('Login');
// Do not bubble up
return true;
};

public render() {
const style = computeStyleSheet();
const { eulaTextHtml, loading } = this.state;
Expand Down

0 comments on commit 59e1b4b

Please sign in to comment.