Commit c86b68c0 authored by Mygod's avatar Mygod

Add missing flush call in CustomRulesFragment

parent 56728a3f
...@@ -439,4 +439,9 @@ class CustomRulesFragment : ToolbarFragment(), Toolbar.OnMenuItemClickListener { ...@@ -439,4 +439,9 @@ class CustomRulesFragment : ToolbarFragment(), Toolbar.OnMenuItemClickListener {
} }
else -> false else -> false
} }
override fun onDetach() {
undoManager.flush()
super.onDetach()
}
} }
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