Skip to content

Commit

Permalink
perf: Optimize reader layout by grouping texts together & handle one …
Browse files Browse the repository at this point in the history
…edge case (#205)

---------

Signed-off-by: starry-shivam <[email protected]>
  • Loading branch information
starry-shivam authored Sep 1, 2024
1 parent b79cc40 commit a711be1
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 344 deletions.
318 changes: 0 additions & 318 deletions .idea/other.xml

This file was deleted.

2 changes: 1 addition & 1 deletion app/src/main/java/com/starry/myne/di/MainModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class MainModule {

@Singleton
@Provides
fun provideEpubParser() = EpubParser()
fun provideEpubParser(@ApplicationContext context: Context) = EpubParser(context)

@Provides
@Singleton
Expand Down
Loading

0 comments on commit a711be1

Please sign in to comment.