Loading media/mtp/MtpServer.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -237,6 +237,8 @@ void MtpServer::run() { if (mSessionOpen) mDatabase->sessionEnded(); close(fd); mFD = -1; } void MtpServer::sendObjectAdded(MtpObjectHandle handle) { Loading Loading
media/mtp/MtpServer.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -237,6 +237,8 @@ void MtpServer::run() { if (mSessionOpen) mDatabase->sessionEnded(); close(fd); mFD = -1; } void MtpServer::sendObjectAdded(MtpObjectHandle handle) { Loading