|
@@ -48,6 +48,7 @@ import javax.inject.Inject
|
|
|
/**
|
|
|
* Activity displaying all server side stored notification items.
|
|
|
*/
|
|
|
+@Suppress("TooManyFunctions")
|
|
|
class NotificationsActivity : AppCompatActivity(), NotificationsContract.View, Injectable {
|
|
|
|
|
|
lateinit var binding: NotificationsLayoutBinding
|