Skip to content

Commit

Permalink
Hotfix (#165)
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Mora <arnyminerz@proton.me>
  • Loading branch information
ArnyminerZ committed Jul 28, 2023
1 parent f7b8513 commit 788d386
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class EditCalendarActivity: AppCompatActivity() {
onSubscriptionLoaded(data)
}

val invalidate = Observer<Any> {
val invalidate = Observer<Any?> {
invalidateOptionsMenu()
}
arrayOf(
Expand Down

0 comments on commit 788d386

Please sign in to comment.