mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-20 20:01:56 +03:00
welcome color modal them background color
This commit is contained in:
parent
9857553dfe
commit
1eb7f67475
@ -54,6 +54,7 @@ const Application = () => {
|
|||||||
isFullScreen
|
isFullScreen
|
||||||
swipeToClose={false}
|
swipeToClose={false}
|
||||||
backButtonClose={false}
|
backButtonClose={false}
|
||||||
|
style={{ margin: 0 }}
|
||||||
>
|
>
|
||||||
<WelcomeScreen handleButtonPress={handleWelcomeModalButtonPress} />
|
<WelcomeScreen handleButtonPress={handleWelcomeModalButtonPress} />
|
||||||
</Modal>
|
</Modal>
|
||||||
|
@ -4,6 +4,7 @@ import scalePx from '../../../utils/scalePx';
|
|||||||
export default EStyleSheet.create({
|
export default EStyleSheet.create({
|
||||||
safeAreaView: {
|
safeAreaView: {
|
||||||
flex: 1,
|
flex: 1,
|
||||||
|
backgroundColor: '$primaryBackgroundColor',
|
||||||
},
|
},
|
||||||
container: {
|
container: {
|
||||||
flex: 0.95,
|
flex: 0.95,
|
||||||
|
@ -347,33 +347,6 @@ class PinCodeContainer extends Component {
|
|||||||
} catch (error) {
|
} catch (error) {
|
||||||
return this._handleFailedAttempt(error);
|
return this._handleFailedAttempt(error);
|
||||||
}
|
}
|
||||||
|
|
||||||
// if (!newPinCode) {
|
|
||||||
// // If the user is logging in for the first time, the user should set to pin
|
|
||||||
// this.setState({
|
|
||||||
// informationText: intl.formatMessage({
|
|
||||||
// id: 'pincode.write_again',
|
|
||||||
// }),
|
|
||||||
// newPinCode: pin,
|
|
||||||
// });
|
|
||||||
// return true
|
|
||||||
// }
|
|
||||||
|
|
||||||
// this.setState({
|
|
||||||
// informationText: intl.formatMessage({
|
|
||||||
// id: 'pincode.write_again',
|
|
||||||
// }),
|
|
||||||
// });
|
|
||||||
|
|
||||||
// setTimeout(() => {
|
|
||||||
// this.setState({
|
|
||||||
// informationText: intl.formatMessage({
|
|
||||||
// id: 'pincode.set_new',
|
|
||||||
// }),
|
|
||||||
// newPinCode: null,
|
|
||||||
// });
|
|
||||||
// return Promise.resolve();
|
|
||||||
// }, 1000);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
_handleForgotButton = () => {
|
_handleForgotButton = () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user