mirror of
https://github.com/nuclearfog/Shitter.git
synced 2025-01-01 04:17:21 +01:00
bug fix, dependency update
This commit is contained in:
parent
64740ea1ba
commit
3bd42fb2c6
@ -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'
|
||||
|
@ -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)
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user