fix: share file name display #122

Merged
PeterCxy merged 3 commits from septs/OpenEUICC:fix-share-file-name into master 2024-12-19 00:19:44 +01:00
Contributor
No description provided.
PeterCxy reviewed 2024-12-18 01:27:52 +01:00
@ -103,3 +104,2 @@
setPositiveButton(R.string.yes) { _, _ ->
val intent = Intent().apply {
action = Intent.ACTION_SEND
val fileName = getLogFileName()
Owner

getLogFileName()'s return value depends on the current timestamp, so it's probably different from the one we saved.

`getLogFileName()`'s return value depends on the current timestamp, so it's probably different from the one we saved.
septs marked this conversation as resolved
septs force-pushed fix-share-file-name from 0c92acc3b2 to 650c3fd65c 2024-12-18 03:47:25 +01:00 Compare
PeterCxy added 1 commit 2024-12-19 00:19:20 +01:00
PeterCxy merged commit 43f247a71b into master 2024-12-19 00:19:44 +01:00
PeterCxy referenced this pull request from a commit 2024-12-19 00:19:46 +01:00
septs deleted branch fix-share-file-name 2024-12-19 01:36:22 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: PeterCxy/OpenEUICC#122
No description provided.