1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-09-19 23:21:34 +02:00

ktfmt code

This commit is contained in:
Allan Wang 2022-09-15 18:25:46 -07:00
parent f0519246ed
commit fc508890a7
No known key found for this signature in database
GPG Key ID: C93E3F9C679D7A56

View File

@ -32,8 +32,8 @@ import com.pitchedapps.frost.utils.isIndependent
import com.pitchedapps.frost.utils.launchImageActivity
import com.pitchedapps.frost.utils.showWebContextMenu
import com.pitchedapps.frost.views.FrostWebView
import kotlinx.coroutines.launch
import javax.inject.Inject
import kotlinx.coroutines.launch
/** Created by Allan Wang on 2017-06-01. */
@FrostWebScoped
@ -166,6 +166,5 @@ internal constructor(
this.isScrolling = scrolling
}
@JavascriptInterface
fun isScrolling(): Boolean = isScrolling
@JavascriptInterface fun isScrolling(): Boolean = isScrolling
}