mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 06:51:55 +03:00
shorten class definition
This commit is contained in:
parent
247bbc11b6
commit
75dace2af0
1 changed files with 2 additions and 4 deletions
|
@ -106,10 +106,8 @@ import java.util.Vector;
|
||||||
/**
|
/**
|
||||||
* This can be used to upload things to an ownCloud instance.
|
* This can be used to upload things to an ownCloud instance.
|
||||||
*/
|
*/
|
||||||
public class ReceiveExternalFilesActivity extends FileActivity implements
|
public class ReceiveExternalFilesActivity extends FileActivity implements OnItemClickListener, android.view.View
|
||||||
OnItemClickListener,
|
.OnClickListener, CopyAndUploadContentUrisTask.OnCopyTmpFilesTaskListener {
|
||||||
android.view.View.OnClickListener,
|
|
||||||
CopyAndUploadContentUrisTask.OnCopyTmpFilesTaskListener {
|
|
||||||
|
|
||||||
private static final String TAG = ReceiveExternalFilesActivity.class.getSimpleName();
|
private static final String TAG = ReceiveExternalFilesActivity.class.getSimpleName();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue