mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-13 09:18:43 +07:00
Refactor: Consistent & correct usage of coroutines (#7077)
* Refactor: Consistent usage of coroutines * Add usage comments to the different threads * Refactor: Properly separate crash handling into its platform-specific parts * Fix autoSave never finishing * Correctly handle coroutines when the GL thread is not accepting runnables anymore Co-authored-by: Yair Morgenstern <yairm210@hotmail.com>
This commit is contained in:
@ -7,7 +7,6 @@ import android.provider.DocumentsContract
|
||||
import android.provider.OpenableColumns
|
||||
import androidx.annotation.GuardedBy
|
||||
import com.unciv.logic.CustomFileLocationHelper
|
||||
import com.unciv.ui.crashhandling.postCrashHandlingRunnable
|
||||
import java.io.InputStream
|
||||
import java.io.OutputStream
|
||||
|
||||
|
Reference in New Issue
Block a user