File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
phoenix-legacy/src/main/kotlin/fr/acinq/phoenix/legacy/settings Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ class LogsSettingsFragment : BaseFragment(stayIfNotStarted = true) {
48
48
context?.let {
49
49
try {
50
50
val logFile = Logging .getLastLogFile(it)
51
- val uri = FileProvider .getUriForFile(it, " fr.acinq.phoenix.testnet .provider" , logFile)
51
+ val uri = FileProvider .getUriForFile(it, " fr.acinq.phoenix.mainnet .provider" , logFile)
52
52
val viewIntent = Intent (Intent .ACTION_VIEW )
53
53
viewIntent.setDataAndType(uri, " text/plain" ).addFlags(Intent .FLAG_GRANT_READ_URI_PERMISSION )
54
54
val externalAppIntent = Intent .createChooser(viewIntent, getString(R .string.legacy_logs_view_with))
@@ -62,7 +62,7 @@ class LogsSettingsFragment : BaseFragment(stayIfNotStarted = true) {
62
62
context?.let {
63
63
try {
64
64
val logFile = Logging .getLastLogFile(it)
65
- val uri = FileProvider .getUriForFile(it, " fr.acinq.phoenix.testnet .provider" , logFile)
65
+ val uri = FileProvider .getUriForFile(it, " fr.acinq.phoenix.mainnet .provider" , logFile)
66
66
val shareIntent = Intent (Intent .ACTION_SEND )
67
67
shareIntent.type = " text/plain"
68
68
shareIntent.putExtra(Intent .EXTRA_STREAM , uri)
You can’t perform that action at this time.
0 commit comments