mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
fix: stuck connecting
This commit is contained in:
@@ -56,6 +56,18 @@ export const RequestScreen: React.FC = () => {
|
||||
{controller.statusMessage !== '' && (
|
||||
<Column elevation={1} padding="16 24">
|
||||
<Text>{controller.statusMessage}</Text>
|
||||
{controller.statusHint !== '' && (
|
||||
<Text size="small" color={Colors.Grey}>
|
||||
{controller.statusHint}
|
||||
</Text>
|
||||
)}
|
||||
{controller.isStatusCancellable && (
|
||||
<Button
|
||||
margin={[8, 0, 0, 0]}
|
||||
title={t('cancel', { ns: 'common' })}
|
||||
onPress={controller.CANCEL}
|
||||
/>
|
||||
)}
|
||||
</Column>
|
||||
)}
|
||||
</Column>
|
||||
|
||||
Reference in New Issue
Block a user