Refactoring

This commit is contained in:
M66B
2019-01-15 17:41:55 +00:00
parent 336d2947d0
commit eb18e56886
23 changed files with 24 additions and 25 deletions

View File

@@ -54,7 +54,7 @@ import androidx.annotation.Nullable;
// https://developer.android.com/reference/android/webkit/WebView
public class FragmentWebView extends FragmentEx {
public class FragmentWebView extends FragmentBase {
private ProgressBar progressBar;
private WebView webview;