File tree Expand file tree Collapse file tree
app/src/main/java/org/akanework/gramophone/logic/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- nift4 <nift4@protonmail.com>
1+ nift4 <nift4@posteo.net> <nift4@ protonmail.com>
22AkaneTan <akane@akanework.org>
33AkaneTan <akane@akanework.org> <Akane@Akanework.org>
44AkaneTan <akane@akanework.org> <dev@akane.uk>
Original file line number Diff line number Diff line change @@ -252,8 +252,8 @@ class BugHandlerActivity : BaseActivity() {
252252 try {
253253 startActivity(Intent (Intent .ACTION_SEND ).apply {
254254 selector =
255- Intent (Intent .ACTION_SENDTO ).apply { setData(" mailto:nift4dev@gmail.com " .toUri()) }
256- putExtra(Intent .EXTRA_EMAIL , arrayOf(" nift4dev@gmail.com " ))
255+ Intent (Intent .ACTION_SENDTO ).apply { setData(" mailto:nift4@posteo.net " .toUri()) }
256+ putExtra(Intent .EXTRA_EMAIL , arrayOf(" nift4@posteo.net " ))
257257 putExtra(
258258 Intent .EXTRA_SUBJECT ,
259259 " Gramophone ${BuildConfig .MY_VERSION_NAME } crashed"
@@ -279,7 +279,7 @@ class BugHandlerActivity : BaseActivity() {
279279 getSystemService(CLIPBOARD_SERVICE ) as ClipboardManager
280280 val clip = ClipData .newPlainText(
281281 " email text" ,
282- " Send below text to nift4dev@gmail.com: \n\n\n $mailText "
282+ " nift4@posteo.net \n\n\n $mailText "
283283 )
284284 allowDiskAccessInStrictMode {
285285 clipboard.setPrimaryClip(clip)
You can’t perform that action at this time.
0 commit comments