Commit 200e6888 authored by Mygod's avatar Mygod

Ignore error caused by subscription update

parent e615ee9c
......@@ -166,7 +166,7 @@ class ProfilesFragment : ToolbarFragment(), Toolbar.OnMenuItemClickListener {
startConfig(item)
}
subscription.setOnClickListener {
item = ProfileManager.getProfile(item.id)!!
item = ProfileManager.getProfile(item.id) ?: return@setOnClickListener
startConfig(item)
}
TooltipCompat.setTooltipText(edit, edit.contentDescription)
......
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