Commit c9bb1e91 authored by pancor's avatar pancor

adds const

parent c1871a62
......@@ -7,6 +7,7 @@ interface LocalRepository {
const val TOKEN_KEY = "token_"
const val SETTINGS_KEY = "settings_"
const val USERNAME_KEY = "my_username"
const val UNFINISHED_MSG_KEY = "unfinished_msg_"
}
fun save(key: String, value: String?)
......
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="default_protocol" translatable="false">https://</string>
<string name="default_protocol" translatable="false">http://</string>
<string name="default_server" translatable="false">open.rocket.chat</string>
</resources>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment