fix: share file name display #122
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "septs/OpenEUICC:fix-share-file-name"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -103,3 +104,2 @@
setPositiveButton(R.string.yes) { _, _ ->
val intent = Intent().apply {
action = Intent.ACTION_SEND
val fileName = getLogFileName()
getLogFileName()
's return value depends on the current timestamp, so it's probably different from the one we saved.0c92acc3b2
to650c3fd65c