Skip to content

Commit 3ee564f

Browse files
committed
chore: fix support mail
1 parent 1611acf commit 3ee564f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/src/main/java/com/matejdro/wearmusiccenter/view/settings/MiscSettingsFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class MiscSettingsFragment : PreferenceFragmentCompatEx(), SharedPreferences.OnS
149149
private fun sendLogs() {
150150
LogRetrievalTask(activity,
151151
CommPaths.MESSAGE_SEND_LOGS,
152-
"matejdro+support@gmail.com",
152+
"apps@matejdro.com",
153153
"com.matejdro.wearmusiccenter.logs").execute(null as Void?)
154154
}
155155

0 commit comments

Comments
 (0)