mirror of
https://github.com/nextcloud/android.git
synced 2024-12-20 16:02:01 +03:00
Remove another variable
This commit is contained in:
parent
6b45af9a91
commit
caccef129b
1 changed files with 0 additions and 1 deletions
|
@ -525,7 +525,6 @@ public class PreviewImageFragment extends FileFragment {
|
|||
|
||||
|
||||
if (result.ocFile.getMimetype().equalsIgnoreCase("image/png")) {
|
||||
Drawable backrepeat = getResources().getDrawable(R.drawable.backrepeat);
|
||||
Resources r = getResources();
|
||||
Drawable[] layers = new Drawable[2];
|
||||
layers[0] = r.getDrawable(R.drawable.backrepeat);
|
||||
|
|
Loading…
Reference in a new issue