mirror of
https://github.com/etesync/android
synced 2025-07-07 15:18:16 +00:00
Import: Rename poorly named class.
This commit is contained in:
parent
c4ee03b733
commit
77d89f3b4b
@ -148,7 +148,7 @@ class ImportFragment : DialogFragment() {
|
|||||||
try {
|
try {
|
||||||
inputStream = activity!!.contentResolver.openInputStream(uri)
|
inputStream = activity!!.contentResolver.openInputStream(uri)
|
||||||
|
|
||||||
Thread(ImportCalendarsLoader()).start()
|
Thread(ImportEntriesLoader()).start()
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
App.log.severe("File select error: ${e.message}")
|
App.log.severe("File select error: ${e.message}")
|
||||||
|
|
||||||
@ -179,7 +179,7 @@ class ImportFragment : DialogFragment() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private inner class ImportCalendarsLoader : Runnable {
|
private inner class ImportEntriesLoader : Runnable {
|
||||||
private fun finishParsingFile(length: Int) {
|
private fun finishParsingFile(length: Int) {
|
||||||
if (activity == null) {
|
if (activity == null) {
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user