mirror of
https://github.com/timepill/timepill-app.git
synced 2025-04-30 09:59:31 +08:00
暂时去掉设置页提醒推送开关
This commit is contained in:
parent
afaee92fff
commit
1bb657bcab
1 changed files with 8 additions and 8 deletions
|
@ -168,15 +168,15 @@ export default class SettingPage extends Component {
|
|||
thumbColor={Api.IS_ANDROID && this.state.hasPassword ? Color.light : null}
|
||||
onValueChange={this.changePassword} />
|
||||
</View>
|
||||
<View style={localStyle.line} />
|
||||
{/*<View style={localStyle.line} />*/}
|
||||
|
||||
<View style={localStyle.item}>
|
||||
<Text style={localStyle.title}>提醒推送</Text>
|
||||
<Switch value={this.state.settings['pushMessage']}
|
||||
trackColor={Api.IS_ANDROID ? Color.textSelect : null}
|
||||
thumbColor={Api.IS_ANDROID && this.state.settings['pushMessage'] ? Color.light : null}
|
||||
onValueChange={this.changePush} />
|
||||
</View>
|
||||
{/*<View style={localStyle.item}>*/}
|
||||
{/* <Text style={localStyle.title}>提醒推送</Text>*/}
|
||||
{/* <Switch value={this.state.settings['pushMessage']}*/}
|
||||
{/* trackColor={Api.IS_ANDROID ? Color.textSelect : null}*/}
|
||||
{/* thumbColor={Api.IS_ANDROID && this.state.settings['pushMessage'] ? Color.light : null}*/}
|
||||
{/* onValueChange={this.changePush} />*/}
|
||||
{/*</View>*/}
|
||||
</View>
|
||||
|
||||
<View style={localStyle.group}>
|
||||
|
|
Loading…
Reference in a new issue