Fixed Search fragment keyboard visibility bug

https://github.com/RetroMusicPlayer/RetroMusicPlayer/issues/1185
This commit is contained in:
Prathamesh More 2021-12-23 13:37:26 +05:30
parent a072e2a629
commit a10459c08a
6 changed files with 17 additions and 18 deletions

View file

@ -39,7 +39,7 @@ class LicenseActivity : AbsThemeActivity() {
ToolbarContentTintHelper.colorBackButton(binding.toolbar)
try {
val buf = StringBuilder()
val json = assets.open("oldindex.html")
val json = assets.open("license.html")
BufferedReader(InputStreamReader(json, StandardCharsets.UTF_8)).use { br ->
var str: String?
while (br.readLine().also { str = it } != null) {