mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 14:45:47 +03:00
codacy: Avoid unused local variables
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
8ee3664601
commit
c0504e72a3
1 changed files with 0 additions and 1 deletions
|
@ -481,7 +481,6 @@ public final class ThumbnailsCacheManager {
|
|||
@Override
|
||||
protected Bitmap doInBackground(ThumbnailGenerationTaskObject... params) {
|
||||
Bitmap thumbnail = null;
|
||||
boolean isError = false;
|
||||
try {
|
||||
if (mAccount != null) {
|
||||
OwnCloudAccount ocAccount = new OwnCloudAccount(
|
||||
|
|
Loading…
Reference in a new issue