mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +03:00
improve findbugs score
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
087ed97e1a
commit
41b365234a
2 changed files with 0 additions and 10 deletions
|
@ -169,11 +169,6 @@ public class LocalFileListFragment extends ExtendedListFragment implements Local
|
|||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getColumnsCount() {
|
||||
return super.getColumnsCount();
|
||||
}
|
||||
|
||||
/**
|
||||
* Call this, when the user presses the up button
|
||||
*/
|
||||
|
|
|
@ -438,11 +438,6 @@ public class OCFileListFragment extends ExtendedListFragment implements
|
|||
);
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getColumnsCount() {
|
||||
return super.getColumnsCount();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onShareIconClick(OCFile file) {
|
||||
if (file.isFolder()) {
|
||||
|
|
Loading…
Reference in a new issue