kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix emoji search fragment crash.
rodzic
9f622bd689
commit
a641020ec0
|
@ -26,7 +26,7 @@ class EmojiSearchFragment : Fragment(R.layout.emoji_search_fragment), EmojiPageV
|
||||||
override fun onAttach(context: Context) {
|
override fun onAttach(context: Context) {
|
||||||
super.onAttach(context)
|
super.onAttach(context)
|
||||||
|
|
||||||
callback = context as Callback
|
callback = findListener<Callback>()!!
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
|
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
|
||||||
|
|
Ładowanie…
Reference in New Issue