File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed
Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -1177,10 +1177,6 @@ export const settingsMenu = [
11771177 name : getStringSet ( ) . SETTINGS_SCREEN . LOG_OUT_LABEL ,
11781178 icon : ExitIcon ,
11791179 } ,
1180- {
1181- name : 'Export Log' ,
1182- icon : LogIcon ,
1183- } ,
11841180] ;
11851181
11861182export const notificationMenu = [
Original file line number Diff line number Diff line change @@ -55,17 +55,6 @@ function MenuScreen() {
5555 yesButton : stringSet . BUTTON_LABEL . YES_BUTTON ,
5656 yesAction : hanldeLogout ,
5757 } ) ;
58- } else if ( name === 'Export Log' ) {
59- FileViewer . open ( SDK . getLogFilePath ( ) , {
60- showOpenWithDialog : true ,
61- } )
62- . then ( res => {
63- console . log ( 'Document opened externally' , res ) ;
64- } )
65- . catch ( err => {
66- console . log ( 'Error while opening Document' , err ) ;
67- showToast ( stringSet . TOAST_MESSAGES . NO_APPS_AVAILABLE ) ;
68- } ) ;
6958 }
7059 } ;
7160
You can’t perform that action at this time.
0 commit comments