mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-11 15:23:40 +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);
|
||||
|
||||
MessageRetrievalThread() {
|
||||
super("MessageRetrievalService");
|
||||
setUncaughtExceptionHandler(this);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user