Skip to content

Commit

Permalink
Remove user message from exportStudyPads as UI has changed to be more…
Browse files Browse the repository at this point in the history
… intuitive to user
  • Loading branch information
tuomas2 committed Jun 14, 2024
1 parent 1ac48b6 commit 52e9721
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/net/bible/service/db/ExportStudyPads.kt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ private fun fixPrimaryLabels(db: SupportSQLiteDatabase) = db.run {
}

suspend fun exportStudyPads(activity: ActivityBase, vararg labels: BookmarkEntities.Label) = withContext(Dispatchers.IO) {
Dialogs.simpleInfoMessage(activity, "export_studypads_help", R.string.export_studypads_help)
val exportDbFile = CommonUtils.tmpFile
val exportDb = DatabaseContainer.instance.getBookmarkDb(exportDbFile.absolutePath)
exportDb.openHelper.writableDatabase.use {}
Expand Down

0 comments on commit 52e9721

Please sign in to comment.