mirror of
https://github.com/etesync/android
synced 2025-03-15 23:16:06 +00:00
Import: Rename poorly named class.
This commit is contained in:
parent
c4ee03b733
commit
77d89f3b4b
@ -148,7 +148,7 @@ class ImportFragment : DialogFragment() {
|
||||
try {
|
||||
inputStream = activity!!.contentResolver.openInputStream(uri)
|
||||
|
||||
Thread(ImportCalendarsLoader()).start()
|
||||
Thread(ImportEntriesLoader()).start()
|
||||
} catch (e: Exception) {
|
||||
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) {
|
||||
if (activity == null) {
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user