Adding sending of filelist when reset is pressed on iOS

This commit is contained in:
Rohan Kuruvilla 2013-04-23 18:06:41 -07:00
parent 7bd3f2a260
commit 0378a97fa0
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ extern "C" {
void cleanCacheDirJNI(){
cleanCache();
[server sendFileList];
}
void sendLogMsg(const char *msg) {