Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fennifith committed Jun 3, 2019
2 parents 164a8de + 4bdab39 commit df1086a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,13 @@ of the Doki API that is quick and easy to set up and use. Simply call

<details open>
<summary>Kotlin</summary>
<br>
<pre>
DokiActivity.start(context = ...)
</pre>
</details>

<details>
<summary>Java</summary>
<br>
<pre>
DokiActivity.start(context);
</pre>
Expand Down Expand Up @@ -87,7 +85,6 @@ you must call `loadContent()` on the view.

<details open>
<summary>Kotlin</summary>
<br>
<pre>
val dokiView : DokiContentView? = findViewById(R.id.doki_content)<br>
dokiView?.loadContent()
Expand All @@ -96,7 +93,6 @@ dokiView?.loadContent()

<details>
<summary>Java</summary>
<br>
<pre>
DokiContentView dokiView = findViewById(R.id.doki_content);<br>
if (dokiView != null) dokiView.loadContent();
Expand Down

0 comments on commit df1086a

Please sign in to comment.