1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-11-09 12:32:30 +01:00

Move web clients

This commit is contained in:
Allan Wang 2023-06-20 02:05:30 -07:00
parent 45cbab7795
commit 5544d1882b
No known key found for this signature in database
GPG Key ID: C93E3F9C679D7A56
5 changed files with 4 additions and 5 deletions

View File

@ -38,6 +38,8 @@ import com.pitchedapps.frost.web.state.TabAction.ResponseAction.LoadUrlResponseA
import com.pitchedapps.frost.web.state.TabAction.ResponseAction.WebStepResponseAction
import com.pitchedapps.frost.web.state.TabWebState
import com.pitchedapps.frost.web.state.get
import com.pitchedapps.frost.webview.FrostChromeClient
import com.pitchedapps.frost.webview.FrostWebViewClient
import kotlinx.coroutines.flow.Flow
import kotlinx.coroutines.flow.distinctUntilChanged
import kotlinx.coroutines.flow.filter

View File

@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package com.pitchedapps.frost.compose.webview
package com.pitchedapps.frost.webview
import android.graphics.Bitmap
import android.webkit.ConsoleMessage

View File

@ -17,7 +17,6 @@
package com.pitchedapps.frost.webview
import android.webkit.WebViewClient
import com.pitchedapps.frost.compose.webview.FrostWebViewClient
import com.pitchedapps.frost.ext.WebTargetId
import com.pitchedapps.frost.web.FrostWebHelper
import com.pitchedapps.frost.web.state.FrostWebStore

View File

@ -16,9 +16,7 @@
*/
package com.pitchedapps.frost.webview
import com.pitchedapps.frost.compose.webview.FrostChromeClient
import com.pitchedapps.frost.compose.webview.FrostWebCompose
import com.pitchedapps.frost.compose.webview.FrostWebViewClient
import com.pitchedapps.frost.ext.WebTargetId
import com.pitchedapps.frost.web.FrostWebHelper
import com.pitchedapps.frost.web.state.FrostWebStore

View File

@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package com.pitchedapps.frost.compose.webview
package com.pitchedapps.frost.webview
import android.graphics.Bitmap
import android.webkit.WebResourceRequest