mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Rate Us method added to Utils.java and called on AboutActivity.java
This commit is contained in:
parent
4432f2ca1a
commit
fc8b522ac4
11 changed files with 30 additions and 18 deletions
|
|
@ -65,4 +65,10 @@ public class AboutActivity extends NavigationBaseActivity {
|
|||
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://commons-app.github.io/\\"));
|
||||
startActivity(browserIntent);
|
||||
}
|
||||
|
||||
@OnClick(R.id.about_rate_us)
|
||||
public void rateApp(View view) {
|
||||
|
||||
Utils.rateApp(this);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue