File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
android/src/main/java/com/mrousavy/blurhash Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ internal class LoadStartEvent(
2323 override fun getEventData (): WritableMap = Arguments .createMap()
2424
2525 companion object {
26- const val EVENT_NAME = " topBlurhashLoadStart "
26+ const val EVENT_NAME = " topLoadStart "
2727 }
2828}
2929
@@ -36,7 +36,7 @@ internal class LoadEndEvent(
3636 override fun getEventData (): WritableMap = Arguments .createMap()
3737
3838 companion object {
39- const val EVENT_NAME = " topBlurhashLoadEnd "
39+ const val EVENT_NAME = " topLoadEnd "
4040 }
4141}
4242
@@ -51,7 +51,7 @@ internal class LoadErrorEvent(
5151 Arguments .createMap().apply { putString(" message" , message) }
5252
5353 companion object {
54- const val EVENT_NAME = " topBlurhashLoadError "
54+ const val EVENT_NAME = " topLoadError "
5555 }
5656}
5757
You can’t perform that action at this time.
0 commit comments