Name threads

This commit is contained in:
M66B
2019-05-12 12:11:36 +02:00
parent 7ba42e46fe
commit dcc7a7e82b
4 changed files with 6 additions and 6 deletions

View File

@@ -3053,7 +3053,7 @@ public class FragmentMessages extends FragmentBase {
db.endTransaction();
}
}
});
}, "messages:timeout");
thread.setPriority(THREAD_PRIORITY_BACKGROUND);
thread.start();
}