Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
028559ffc1
1 changed files with 1 additions and 0 deletions
|
@ -5471,6 +5471,7 @@ public class ConversationFragment extends XmppFragment
|
|||
}
|
||||
|
||||
private void setupFileObserver(final File directory) {
|
||||
outputFileWrittenLatch = new CountDownLatch(1);
|
||||
mFileObserver =
|
||||
new FileObserver(directory.getAbsolutePath()) {
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue