summaryrefslogtreecommitdiffhomepage
path: root/app/lib/exit.android.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib/exit.android.js')
-rw-r--r--app/lib/exit.android.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/lib/exit.android.js b/app/lib/exit.android.js
deleted file mode 100644
index 4ec175203e..0000000000
--- a/app/lib/exit.android.js
+++ /dev/null
@@ -1,6 +0,0 @@
-// @flow
-import { BackHandler } from 'react-native';
-
-module.exports = function () {
- BackHandler.exitApp();
-}