Avoid unused local variables such as 'mAccountMgr'.

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2019-05-27 16:43:19 +02:00
parent fa9bd1c03c
commit 2ca4d5963e
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -1450,7 +1450,6 @@ public class OCFileListFragment extends ExtendedListFragment implements
Account currentAccount = accountManager.getCurrentAccount();
OwnCloudAccount ocAccount;
AccountManager mAccountMgr = AccountManager.get(getActivity());
try {
ocAccount = new OwnCloudAccount(currentAccount, MainApp.getAppContext());