bug fix, dependency update

This commit is contained in:
nuclearfog 2023-11-21 22:19:10 +01:00
parent 64740ea1ba
commit 3bd42fb2c6
No known key found for this signature in database
GPG Key ID: 43E45B82006BC9D5
3 changed files with 2 additions and 8 deletions

View File

@ -61,7 +61,7 @@ dependencies {
//noinspection GradleDependency
implementation 'com.squareup.picasso:picasso:2.8'
implementation 'com.github.QuadFlask:colorpicker:0.0.15'
implementation 'com.github.kyleduo:SwitchButton:2.0.3-SNAPSHOT'
implementation 'com.kyleduo.switchbutton:library:2.1.0'
implementation 'com.github.UnifiedPush:android-connector:2.1.1'
implementation 'com.google.android.material:material:1.9.0'
implementation 'jp.wasabeef:picasso-transformations:2.4.0'

View File

@ -71,12 +71,6 @@ public class ZoomView extends AppCompatImageView {
}
@Override
public boolean performClick() {
return super.performClick();
}
@Override
public boolean onTouchEvent(MotionEvent event) {
if (getScaleType() != ScaleType.MATRIX)

View File

@ -15,7 +15,7 @@
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintEnd_toEndOf="parent" />
<org.nuclearfog.zoomview.ZoomView
<org.nuclearfog.twidda.ui.views.ZoomView
android:id="@+id/page_image_viewer"
android:layout_width="0dp"
android:layout_height="0dp"