Commit 03b64eb2 authored by divyanshu's avatar divyanshu

minor changes

parent 2502679b
...@@ -55,9 +55,9 @@ class MessageInfoFragment : Fragment(), MessageInfoView { ...@@ -55,9 +55,9 @@ class MessageInfoFragment : Fragment(), MessageInfoView {
} }
override fun onCreateView( override fun onCreateView(
inflater: LayoutInflater, inflater: LayoutInflater,
container: ViewGroup?, container: ViewGroup?,
savedInstanceState: Bundle? savedInstanceState: Bundle?
): View { ): View {
return inflater.inflate(R.layout.fragment_message_info, container, false) return inflater.inflate(R.layout.fragment_message_info, container, false)
} }
......
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