Skip to content

Commit

Permalink
fix the pdf bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
longluo committed Jul 8, 2022
1 parent 61d35bb commit 8d1c3e1
Show file tree
Hide file tree
Showing 19 changed files with 209 additions and 2,191 deletions.
8 changes: 0 additions & 8 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@
android:launchMode="singleTop"
android:process=":restart" />

<activity
android:name=".ui.activity.FileActivity"
android:theme="@style/AppTheme.NoActionBar" />

<activity
android:name=".ui.activity.ReadActivity"
android:theme="@style/AppTheme.NoActionBar" />
Expand All @@ -128,10 +124,6 @@
android:name=".ui.activity.BookMarkActivity"
android:theme="@style/AppTheme.NoActionBar" />

<activity
android:name=".ui.activity.FileChooserActivity"
android:theme="@style/AppTheme.NoActionBar" />

<activity
android:name=".ui.activity.AboutActivity"
android:theme="@style/AppTheme.NoActionBar" />
Expand Down

This file was deleted.

Loading

0 comments on commit 8d1c3e1

Please sign in to comment.