diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-07-18 15:07:37 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-08-15 17:39:38 +0200 |
| commit | 71592249b2dd669b6f24f37bfb7b0f4e43b74998 (patch) | |
| tree | a6097dc7e5d94d06e99c65fdfe160e824395f50c /app/lib/problem-report.android.js | |
| parent | e84e87f4ce5a8c242f756566cdc6fb59a45f7bea (diff) | |
| download | mullvadvpn-71592249b2dd669b6f24f37bfb7b0f4e43b74998.tar.xz mullvadvpn-71592249b2dd669b6f24f37bfb7b0f4e43b74998.zip | |
Add workspaces
Diffstat (limited to 'app/lib/problem-report.android.js')
| -rw-r--r-- | app/lib/problem-report.android.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app/lib/problem-report.android.js b/app/lib/problem-report.android.js deleted file mode 100644 index 30a944e178..0000000000 --- a/app/lib/problem-report.android.js +++ /dev/null @@ -1,13 +0,0 @@ -// @flow - -import { MobileAppBridge } from 'NativeModules'; - -const collectProblemReport = (toRedact: string) => { - return MobileAppBridge.collectProblemReport(toRedact); -}; - -const sendProblemReport = (email: string, message: string, savedReport: string) => { - return MobileAppBridge.sendProblemReport(email, message, savedReport); -}; - -export { collectProblemReport, sendProblemReport }; |
