Skip to content

Commit

Permalink
fix codacy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pazos committed Jan 11, 2020
1 parent f747841 commit cf018ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/org/koreader/launcher/MainApp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ class MainApp : android.app.Application() {
if (ai.flags and ApplicationInfo.FLAG_LARGE_HEAP != 0) large_heap = true

managed_heap = getManagedMemory(am)

} catch (e: Exception) {
/* early exception, never reached.
Use "unknown" to let the user face the crash via logcat */
Expand Down

0 comments on commit cf018ba

Please sign in to comment.