remove tray/catch due to changed method signature (after rebase)

This commit is contained in:
AndyScherzinger 2018-08-29 14:28:17 +02:00 committed by Andy Scherzinger
parent c3b65814df
commit 9f235b36cc
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,4 @@
/**
/*
* Nextcloud Android client application
*
* @author Mario Danic

View file

@ -55,7 +55,6 @@ import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.security.InvalidKeyException;
import java.security.Key;
import java.security.KeyFactory;