Skip to content

Commit

Permalink
Fixed WindowManager
Browse files Browse the repository at this point in the history
  • Loading branch information
wilder committed Jul 12, 2017
1 parent 213afd6 commit a61e648
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class MainActivity : AppCompatActivity(), MainContract.View {
}

override fun displayRateDialogIfNeeded() {
RateThisApp.showRateDialogIfNeeded(this);
RateThisApp.showRateDialogIfNeeded(this@MainActivity)
}

override fun updateGeneratedUrl(newString: String) {
Expand Down

0 comments on commit a61e648

Please sign in to comment.