mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 15:15:51 +03:00
javaDoc
This commit is contained in:
parent
16b1a95cc5
commit
20d33737cc
1 changed files with 5 additions and 0 deletions
|
@ -249,6 +249,11 @@ public abstract class DrawerActivity extends ToolbarActivity implements DisplayU
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* show the file list to the user.
|
||||||
|
*
|
||||||
|
* @param onDeviceOnly flag to decide if all files or only the ones on the device should be shown
|
||||||
|
*/
|
||||||
public abstract void showFiles(boolean onDeviceOnly);
|
public abstract void showFiles(boolean onDeviceOnly);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue