mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-30 00:52:42 +03:00
commented extra things
This commit is contained in:
parent
af15c488cc
commit
fc17b7f840
@ -398,16 +398,17 @@ class PowerDownView extends Component {
|
|||||||
<ScrollView style={styles.scroll} contentContainerStyle={styles.scrollContentContainer}>
|
<ScrollView style={styles.scroll} contentContainerStyle={styles.scrollContentContainer}>
|
||||||
{this._renderBeneficiarySelectionContent()}
|
{this._renderBeneficiarySelectionContent()}
|
||||||
{_renderMiddleContent()}
|
{_renderMiddleContent()}
|
||||||
|
{/*
|
||||||
<View style={styles.middleContent}>
|
<View style={styles.middleContent}>
|
||||||
{/* <TransferFormItem
|
<TransferFormItem
|
||||||
label={intl.formatMessage({ id: 'transfer.from' })}
|
label={intl.formatMessage({ id: 'transfer.from' })}
|
||||||
rightComponent={() => this._renderDropdown(accounts, currentAccountName)}
|
rightComponent={() => this._renderDropdown(accounts, currentAccountName)}
|
||||||
/>
|
/>
|
||||||
<TransferFormItem
|
<TransferFormItem
|
||||||
label={intl.formatMessage({ id: 'transfer.destination_accounts' })}
|
label={intl.formatMessage({ id: 'transfer.destination_accounts' })}
|
||||||
rightComponent={this._renderDestinationAccountItems}
|
rightComponent={this._renderDestinationAccountItems}
|
||||||
/> */}
|
/>
|
||||||
{/*
|
|
||||||
{!poweringDown && (
|
{!poweringDown && (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<TransferFormItem
|
<TransferFormItem
|
||||||
@ -431,8 +432,7 @@ class PowerDownView extends Component {
|
|||||||
</Text>
|
</Text>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
)}
|
)}
|
||||||
*/}
|
|
||||||
{/*
|
|
||||||
{poweringDown && (
|
{poweringDown && (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<TransferFormItem
|
<TransferFormItem
|
||||||
@ -447,11 +447,12 @@ class PowerDownView extends Component {
|
|||||||
/>
|
/>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
)}
|
)}
|
||||||
*/}
|
|
||||||
</View>
|
</View>
|
||||||
|
*/}
|
||||||
<View style={styles.bottomContent}>
|
<View style={styles.bottomContent}>
|
||||||
{!poweringDown && (
|
{!poweringDown && (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
|
{/*
|
||||||
<View style={styles.informationView}>
|
<View style={styles.informationView}>
|
||||||
<InformationBox
|
<InformationBox
|
||||||
style={styles.spInformation}
|
style={styles.spInformation}
|
||||||
@ -475,6 +476,7 @@ class PowerDownView extends Component {
|
|||||||
<Text style={styles.informationText}>
|
<Text style={styles.informationText}>
|
||||||
{intl.formatMessage({ id: 'transfer.estimated_weekly' })}
|
{intl.formatMessage({ id: 'transfer.estimated_weekly' })}
|
||||||
</Text>
|
</Text>
|
||||||
|
*/}
|
||||||
<MainButton
|
<MainButton
|
||||||
style={styles.button}
|
style={styles.button}
|
||||||
isDisable={amount <= 0}
|
isDisable={amount <= 0}
|
||||||
|
@ -78,6 +78,7 @@ export default EStyleSheet.create({
|
|||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
fontWeight: 'bold',
|
fontWeight: 'bold',
|
||||||
|
marginVertical: 16,
|
||||||
},
|
},
|
||||||
stopButton: {
|
stopButton: {
|
||||||
width: '$deviceWidth / 3',
|
width: '$deviceWidth / 3',
|
||||||
|
Loading…
Reference in New Issue
Block a user