mirror of
https://github.com/oxen-io/session-android.git
synced 2025-05-04 00:30:54 +00:00
Name message retrieval service thread
// FREEBIE
This commit is contained in:
parent
d0570ef7cb
commit
5a607918d2
@ -189,6 +189,7 @@ public class MessageRetrievalService extends Service implements InjectableType,
|
|||||||
private AtomicBoolean stopThread = new AtomicBoolean(false);
|
private AtomicBoolean stopThread = new AtomicBoolean(false);
|
||||||
|
|
||||||
MessageRetrievalThread() {
|
MessageRetrievalThread() {
|
||||||
|
super("MessageRetrievalService");
|
||||||
setUncaughtExceptionHandler(this);
|
setUncaughtExceptionHandler(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user