Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3eb0e42 authored by Mohit Mali's avatar Mohit Mali
Browse files

- Fixed Compilation Error

parent 591423c0
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -491,7 +491,7 @@ public class MainActivity extends Activity {
                        alertDialog.setTitle(R.string.whats_new);
                        alertDialog.setMessage(R.string.whats_new_text);
                        alertDialog.setPositiveButton(android.R.string.ok, null);
                        /*alertDialog.setNegativeButton(R.string.donate, new DialogInterface.OnClickListener() {
                        alertDialog.setNegativeButton(R.string.donate, new DialogInterface.OnClickListener() {
                            @Override
                            public void onClick(DialogInterface dialog, int which) {
                                if (MyDebug.LOG)
@@ -500,7 +500,7 @@ public class MainActivity extends Activity {
                                Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(MainActivity.DonateLink));
                                startActivity(browserIntent);
                            }
                        });*/
                        });
                        alertDialog.show();
                    }
                }
@@ -3867,7 +3867,7 @@ public class MainActivity extends Activity {
    }

    // if we change this, remember that any page linked to must abide by Google Play developer policies!
    //public static final String DonateLink = "https://play.google.com/store/apps/details?id=harman.mark.donation";
    public static final String DonateLink = "https://play.google.com/store/apps/details?id=harman.mark.donation";

    public Preview getPreview() {
        return this.preview;