We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7485d75 commit a24349bCopy full SHA for a24349b
app/src/main/java/com/marcoscg/ratedialogsample/MainActivity.java
@@ -11,7 +11,7 @@ public class MainActivity extends AppCompatActivity {
11
protected void onCreate(Bundle savedInstanceState) {
12
super.onCreate(savedInstanceState);
13
setContentView(R.layout.activity_main);
14
- RateDialog.with(this); // Shows the dialog each 3 days or each 7 launches (default config)
+ RateDialog.with(this); // Shows the dialog each 3 days and each 7 launches (default config)
15
//RateDialog.with(this, 2, 0); // Shows the dialog with custom config. Use 0 to get the default value
16
}
17
0 commit comments