Skip to content
Snippets Groups Projects
Commit 5477bcef authored by Kamal Bramwell's avatar Kamal Bramwell
Browse files

Changed visibility of MainActivity Intent constants

parent d428b70e
No related branches found
No related tags found
No related merge requests found
......@@ -136,10 +136,10 @@ class MainActivity : AppCompatActivity(), WindowManager, SnackBarActivity {
}
companion object {
const val INTENT_NOTIFICATION_CLICK = "nav_bundle"
const val INTENT_PRIVATE_CHAT = "private_message"
const val INTENT_GROUP_CHAT = "group_message"
const val INTENT_REQUEST = "request"
const val INTENT_INVITATION = "invitation"
private const val INTENT_NOTIFICATION_CLICK = "nav_bundle"
private const val INTENT_PRIVATE_CHAT = "private_message"
private const val INTENT_GROUP_CHAT = "group_message"
private const val INTENT_REQUEST = "request"
private const val INTENT_INVITATION = "invitation"
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment