mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-27 14:40:22 +00:00
Fix retrieval of PNI.
This commit is contained in:
@@ -52,7 +52,7 @@ internal class AccountValues internal constructor(store: KeyValueStore) : Signal
|
||||
|
||||
/** The local user's [PNI]. */
|
||||
val pni: PNI?
|
||||
get() = PNI.parseOrNull(getString(KEY_ACI, null))
|
||||
get() = PNI.parseOrNull(getString(KEY_PNI, null))
|
||||
|
||||
fun setPni(pni: PNI) {
|
||||
putString(KEY_PNI, pni.toString())
|
||||
|
||||
Reference in New Issue
Block a user