Skip to content

Commit

Permalink
完善
Browse files Browse the repository at this point in the history
  • Loading branch information
like5188 committed Mar 7, 2022
1 parent d63b3b9 commit efa3522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webview/src/main/java/com/like/webview/BaseWebViewActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ package com.like.webview
import android.graphics.PixelFormat
import android.os.Bundle
import android.util.Log
import androidx.appcompat.app.AppCompatActivity
import androidx.fragment.app.FragmentActivity

/**
* 对 [WebViewFragment] 的封装
*/
abstract class BaseWebViewActivity : AppCompatActivity() {
abstract class BaseWebViewActivity : FragmentActivity() {
protected var webViewFragment: WebViewFragment? = null
private set

Expand Down

0 comments on commit efa3522

Please sign in to comment.