mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-18 02:53:14 +00:00
refactor: moving some properties around so we have access in libsession
This commit is contained in:
@@ -12,6 +12,9 @@ sealed class ConfigBase(protected val /* yucky */ pointer: Long) {
|
||||
System.loadLibrary("session_util")
|
||||
}
|
||||
external fun kindFor(configNamespace: Int): Class<ConfigBase>
|
||||
|
||||
const val isNewConfigEnabled = true
|
||||
|
||||
}
|
||||
|
||||
external fun dirty(): Boolean
|
||||
|
Reference in New Issue
Block a user