mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Convert all database notifiers to use DatabaseObserver.
Lots of red in this diff to celebrate the release of Red (Taylor's Version).
This commit is contained in:
committed by
Cody Henthorne
parent
ab55fec6bd
commit
658de3b6e7
@@ -94,6 +94,7 @@ class StickerKeyboardPageFragment :
|
||||
view.findViewById<View>(R.id.sticker_search).setOnClickListener { StickerSearchDialogFragment.show(requireActivity().supportFragmentManager) }
|
||||
view.findViewById<View>(R.id.sticker_manage).setOnClickListener { findListener<StickerEventListener>()?.onStickerManagementClicked() }
|
||||
|
||||
ApplicationDependencies.getDatabaseObserver().registerStickerObserver(this)
|
||||
ApplicationDependencies.getDatabaseObserver().registerStickerPackObserver(this)
|
||||
|
||||
view.addOnLayoutChangeListener(this)
|
||||
|
||||
Reference in New Issue
Block a user