Skip to content

Commit 52e9721

Browse files
committed
Remove user message from exportStudyPads as UI has changed to be more intuitive to user
1 parent 1ac48b6 commit 52e9721

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/net/bible/service/db/ExportStudyPads.kt

-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ private fun fixPrimaryLabels(db: SupportSQLiteDatabase) = db.run {
146146
}
147147

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

0 commit comments

Comments
 (0)