We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904c260 commit 7e373efCopy full SHA for 7e373ef
android/app/src/main/java/com/zulipmobile/notifications/NotificationsPackage.kt
@@ -12,8 +12,6 @@ class NotificationsPackage : ReactPackage {
12
}
13
14
override fun createNativeModules(reactContext: ReactApplicationContext): List<NativeModule> {
15
- val modules: MutableList<NativeModule> = ArrayList()
16
- modules.add(NotificationsModule(reactContext))
17
- return modules
+ return listOf(NotificationsModule(reactContext))
18
19
0 commit comments