Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/BlueWallet/BlueWallet
/ handleBackButton
Function
handleBackButton
screen/receive/ReceiveDetails.tsx:475–478 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
473
474
useEffect(() => {
475
const handleBackButton = () => {
476
goBack();
477
return true;
478
};
479
480
const subscription = BackHandler.addEventListener(
'hardwareBackPress'
, handleBackButton);
481
return () => subscription.remove();
Callers
nothing calls this directly
Calls
1
goBack
Function · 0.85
Tested by
no test coverage detected