Skip to content

Commit

Permalink
Revert "Making font size 16 by default. Fixes #330 (#331)" (#333)
Browse files Browse the repository at this point in the history
This reverts commit c1126dd.
  • Loading branch information
dessalines authored Feb 18, 2023
1 parent 84bb9cb commit b4ef6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/jerboa/db/AppDB.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import androidx.sqlite.db.SupportSQLiteDatabase
import kotlinx.coroutines.launch
import java.util.concurrent.Executors

const val DEFAULT_FONT_SIZE = 16
const val DEFAULT_FONT_SIZE = 14
const val UPDATE_APP_CHANGELOG_UNVIEWED = "UPDATE AppSettings SET viewed_changelog = 0"

@Entity
Expand Down

0 comments on commit b4ef6a4

Please sign in to comment.