Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions app/views/ChangePasscodeView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ import Touch from '../containers/Touch';

const styles = StyleSheet.create({
container: {
flex: 1,
justifyContent: 'center',
alignItems: 'center'
flex: 1
},
modal: {
margin: 0
Expand Down
4 changes: 1 addition & 3 deletions app/views/ScreenLockedView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ interface IData {

const styles = StyleSheet.create({
container: {
flex: 1,
justifyContent: 'center',
alignItems: 'center'
flex: 1
},
close: {
position: 'absolute',
Expand Down
Loading