mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-10 16:01:16 +01:00
Remove cast
This commit is contained in:
parent
bd4fe6774f
commit
53c81517ad
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ public class About extends AppCompatActivity{
|
|||
|
||||
String htmlString = null;
|
||||
|
||||
aboutView = (WebView) findViewById(R.id.aboutHtml);
|
||||
aboutView = findViewById(R.id.aboutHtml);
|
||||
|
||||
aboutView.loadUrl("file:///android_asset/about.html");
|
||||
aboutView.clearCache(true);
|
||||
|
|
Loading…
Reference in a new issue