mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-15 22:22:22 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
316fb0bfc6
1 changed files with 1 additions and 0 deletions
|
@ -5471,6 +5471,7 @@ public class ConversationFragment extends XmppFragment
|
||||||
}
|
}
|
||||||
|
|
||||||
private void setupFileObserver(final File directory) {
|
private void setupFileObserver(final File directory) {
|
||||||
|
outputFileWrittenLatch = new CountDownLatch(1);
|
||||||
mFileObserver =
|
mFileObserver =
|
||||||
new FileObserver(directory.getAbsolutePath()) {
|
new FileObserver(directory.getAbsolutePath()) {
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue