Skip to content

Commit

Permalink
replaced paypal with coffee link. #38
Browse files Browse the repository at this point in the history
  • Loading branch information
selmaohneh committed Oct 20, 2019
1 parent 2db0ad1 commit c92b9c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DdfGuide.Android/Resources/menu/listviewmenu.axml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@
<item
android:id="@+id/action_donate"
android:showAsAction="never"
android:title="Spenden"
android:title="Kaffee?"
/>
</menu>
6 changes: 3 additions & 3 deletions DdfGuide.Core/AudioDramaListPresenter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ private void OnExportClicked()

private void OnDonateClicked()
{
const string paypalMeUrl = @"https://www.paypal.me/selmaohneh";
var paypalMeUri = new Uri(paypalMeUrl);
const string coffeeUrl = @"https://www.buymeacoffee.com/SaMAsU1N6";
var coffeeUri = new Uri(coffeeUrl);

_uriInvoker.Invoke(paypalMeUri);
_uriInvoker.Invoke(coffeeUri);
}

private EventHandler OnInterpreterChanged(EAudioDramaFilterMode interpreterFilter)
Expand Down

0 comments on commit c92b9c1

Please sign in to comment.