diff --git a/CHANGELOG.md b/CHANGELOG.md index a17aca10d..3efc2ed27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ The format is a modified version of [Keep a Changelog](https://keepachangelog.co - `Other` - for technical stuff. ## [Unreleased] +### Added +- Add more Kaomoji for empty/error screens ([@ianfhunter](https://github.com/ianfhunter/)) ([#1909](https://github.com/mihonapp/mihon/pull/1909)) + ### Fixes - Fix Bangumi search results including novels ([@MajorTanya](https://github.com/MajorTanya)) ([#1885](https://github.com/mihonapp/mihon/pull/1885)) diff --git a/presentation-core/src/main/java/tachiyomi/presentation/core/screens/EmptyScreen.kt b/presentation-core/src/main/java/tachiyomi/presentation/core/screens/EmptyScreen.kt index 0922f925c..20428e033 100644 --- a/presentation-core/src/main/java/tachiyomi/presentation/core/screens/EmptyScreen.kt +++ b/presentation-core/src/main/java/tachiyomi/presentation/core/screens/EmptyScreen.kt @@ -106,6 +106,12 @@ private val ErrorFaces = listOf( "(˘・_・˘)", "(; ̄Д ̄)", "(・Д・。", + "(╬ಠ益ಠ)", + "(╥﹏╥)", + "(⋟﹏⋞)", + "Ò︵Ó", + " ˙ᯅ˙)", + "(¬_¬)", ) private fun getRandomErrorFace(): String {