mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 17:58:25 +00:00
Maintain code style consistency
This commit is contained in:
parent
69bcfe6c02
commit
7afb763576
@ -34,7 +34,7 @@ import java.util.*
|
|||||||
class LokiPublicChatPoller(private val context: Context, private val group: LokiPublicChat) {
|
class LokiPublicChatPoller(private val context: Context, private val group: LokiPublicChat) {
|
||||||
private val handler = Handler()
|
private val handler = Handler()
|
||||||
private var hasStarted = false
|
private var hasStarted = false
|
||||||
var isCaughtUp = false
|
public var isCaughtUp = false
|
||||||
|
|
||||||
// region Convenience
|
// region Convenience
|
||||||
private val userHexEncodedPublicKey = TextSecurePreferences.getLocalNumber(context)
|
private val userHexEncodedPublicKey = TextSecurePreferences.getLocalNumber(context)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user