File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
java/it/niedermann/owncloud/notes/main Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 118118import it .niedermann .owncloud .notes .shared .model .NavigationCategory ;
119119import it .niedermann .owncloud .notes .shared .model .NoteClickListener ;
120120import it .niedermann .owncloud .notes .shared .util .CustomAppGlideModule ;
121+ import it .niedermann .owncloud .notes .shared .util .DisplayUtils ;
121122import it .niedermann .owncloud .notes .shared .util .NoteUtil ;
122123import it .niedermann .owncloud .notes .shared .util .ShareUtil ;
123124import it .niedermann .owncloud .notes .util .LinkHelper ;
@@ -499,7 +500,8 @@ public void onAccountReceived(@NotNull String accountName) {
499500 if (account != null ) {
500501 onAccountChosen (account );
501502 } else {
502- Log_OC .e (TAG , "account not found" );
503+ Log_OC .w (TAG , "account not found" );
504+ DisplayUtils .showSnackMessage (MainActivity .this , R .string .account_not_found );
503505 }
504506 }
505507
Original file line number Diff line number Diff line change 520520 <string name =" activity_sharing_details_title" >Sharing Details</string >
521521 <string name =" share_expires" >Share expires on %1$s</string >
522522 <string name =" dismiss" >Dismiss</string >
523+ <string name =" account_not_found" >Account not found!</string >
523524</resources >
You can’t perform that action at this time.
0 commit comments