Skip to content

Commit fc29494

Browse files
committed
New languages added
1 parent 9042e6b commit fc29494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/marcoscg/ratedialogsample/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class MainActivity extends AppCompatActivity {
1111
protected void onCreate(Bundle savedInstanceState) {
1212
super.onCreate(savedInstanceState);
1313
setContentView(R.layout.activity_main);
14-
RateDialog.with(this); // Shows the dialog each 3 days or each 7 launches (default config)
14+
RateDialog.with(this); // Shows the dialog each 3 days and each 7 launches (default config)
1515
//RateDialog.with(this, 2, 0); // Shows the dialog with custom config. Use 0 to get the default value
1616
}
1717

0 commit comments

Comments
 (0)