This commit is contained in:
ncoelho 2020-05-14 20:45:42 +02:00 committed by Overtorment
parent 73fda825e2
commit bdecbdee52
2 changed files with 1 additions and 2 deletions

View File

@ -592,7 +592,7 @@ export class BlueListItem extends Component {
fontSize: 16,
fontWeight: '500',
}}
subtitleStyle={{ flexWrap: 'wrap', color: BlueApp.settings.alternativeTextColor, fontWeight: '400', fontSize: 14 }}
subtitleStyle={{ flexWrap: 'wrap', color: BlueApp.settings.alternativeTextColor, fontWeight: '400', fontSize: 14 }}
subtitleNumberOfLines={1}
titleNumberOfLines={0}
Component={TouchableOpacity}

View File

@ -7,7 +7,6 @@ import crypto from 'crypto';
// uses `crypto` module under nodejs/cli and shim under RN
// @see blue_modules/crypto.js
/**
* Generate cryptographically secure random bytes using native api.
* @param {number} size The number of bytes of randomness