[Manatoki] Drawer highlight

This commit is contained in:
tom5079
2021-12-21 18:04:54 +09:00
parent f6f0ed40c1
commit c34b0f6f0f
19 changed files with 1326 additions and 210 deletions

View File

@@ -160,7 +160,6 @@ class NetworkCache(context: Context) : DIAware {
progressFlow.emit(Float.POSITIVE_INFINITY)
}
}.onFailure {
Log.d("PUPILD-NC", it.message.toString())
file.delete()
FirebaseCrashlytics.getInstance().recordException(it)
progressFlow.emit(Float.NEGATIVE_INFINITY)