mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 14:45:47 +03:00
spotbugs: remove unused variables
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
b6d09c42a9
commit
2916c82a5b
2 changed files with 0 additions and 3 deletions
|
@ -97,7 +97,6 @@ public class PhotoSearchTask extends AsyncTask<Void, Void, RemoteOperationResult
|
|||
@Override
|
||||
protected void onPostExecute(RemoteOperationResult result) {
|
||||
if (photoFragmentWeakReference.get() != null) {
|
||||
Boolean loadingStatus = false;
|
||||
PhotoFragment photoFragment = photoFragmentWeakReference.get();
|
||||
|
||||
if (result.isSuccess() && result.getData() != null && !isCancelled()) {
|
||||
|
|
|
@ -71,8 +71,6 @@ public class MultipleAccountsDialog extends DialogFragment implements Injectable
|
|||
throw new IllegalArgumentException("Activity may not be null");
|
||||
}
|
||||
|
||||
int accentColor = ThemeUtils.primaryAccentColor(getContext());
|
||||
|
||||
// Inflate the layout for the dialog
|
||||
LayoutInflater inflater = activity.getLayoutInflater();
|
||||
@SuppressLint("InflateParams") View view = inflater.inflate(R.layout.multiple_accounts, null);
|
||||
|
|
Loading…
Reference in a new issue