forked from recloudstream/cloudstream
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
5a351e1fe3
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ class SettingsUpdates : PreferenceFragmentCompat() {
|
||||||
|
|
||||||
var line: String?
|
var line: String?
|
||||||
while (bufferedReader.readLine().also { line = it } != null) {
|
while (bufferedReader.readLine().also { line = it } != null) {
|
||||||
log.append(line)
|
log.append("${line}\n")
|
||||||
}
|
}
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
logError(e) // kinda ironic
|
logError(e) // kinda ironic
|
||||||
|
@ -130,4 +130,4 @@ class SettingsUpdates : PreferenceFragmentCompat() {
|
||||||
return@setOnPreferenceClickListener true
|
return@setOnPreferenceClickListener true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue