mirror of
https://github.com/RoboSats/robosats.git
synced 2025-08-10 15:20:06 +00:00
Show turtle mode on android
This commit is contained in:
@ -43,7 +43,6 @@ const ChatHeader: React.FC<Props> = ({ connected, peerConnected, turtleMode, set
|
||||
</Paper>
|
||||
</Grid>
|
||||
<Grid item>
|
||||
{window.ReactNativeWebView === undefined ? (
|
||||
<Grid item>
|
||||
<Tooltip
|
||||
enterTouchDelay={0}
|
||||
@ -61,9 +60,6 @@ const ChatHeader: React.FC<Props> = ({ connected, peerConnected, turtleMode, set
|
||||
</IconButton>
|
||||
</Tooltip>
|
||||
</Grid>
|
||||
) : (
|
||||
<></>
|
||||
)}
|
||||
</Grid>
|
||||
<Grid item>
|
||||
<Paper
|
||||
|
Reference in New Issue
Block a user