Small intercept tweaks
This commit is contained in:
parent
7f55f5808b
commit
ae812e9c40
@ -39,7 +39,7 @@ class InterceptActivity : BaseActivity<EhActivityInterceptBinding>() {
|
||||
private fun processLink() {
|
||||
if (Intent.ACTION_VIEW == intent.action) {
|
||||
binding.interceptProgress.visible()
|
||||
binding.interceptStatus.text = "Loading gallery..."
|
||||
binding.interceptStatus.setText(R.string.loading_gallery)
|
||||
loadGallery(intent.dataString!!)
|
||||
}
|
||||
}
|
||||
|
@ -37,7 +37,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:text="Loading gallery..."
|
||||
android:text="@string/loading_gallery"
|
||||
android:textAppearance="@style/TextAppearance.Medium.Title" />
|
||||
|
||||
<ProgressBar
|
||||
|
Loading…
x
Reference in New Issue
Block a user