Fixed Search fragment keyboard visibility bug
https://github.com/RetroMusicPlayer/RetroMusicPlayer/issues/1185
This commit is contained in:
parent
a072e2a629
commit
a10459c08a
6 changed files with 17 additions and 18 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue