Skip to content

Commit

Permalink
3.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
w2sv committed Jan 9, 2023
1 parent cbbcbbe commit 4fe75cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
targetSdkVersion rootProject.ext.compileSdkVersion
buildConfigField "int", "MIN_SDK_VERSION", "$minSdkVersion.apiLevel"

versionCode 36
versionName '3.2.9'
versionCode 37
versionName '3.2.10'

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
testInstrumentationRunnerArguments runnerBuilder: 'de.mannodermaus.junit5.AndroidJUnit5Builder'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import android.content.Context
import android.content.Intent
import android.content.IntentFilter
import android.os.Bundle
import android.view.MotionEvent
import androidx.activity.OnBackPressedCallback
import androidx.activity.viewModels
import androidx.core.splashscreen.SplashScreen.Companion.installSplashScreen
Expand All @@ -24,7 +23,6 @@ import com.w2sv.autocrop.activities.main.fragments.flowfield.FlowFieldFragment
import com.w2sv.autocrop.screenshotlistening.ScreenshotListener
import com.w2sv.autocrop.utils.extensions.getParcelable
import dagger.hilt.android.AndroidEntryPoint
import timber.log.Timber

@AndroidEntryPoint
class MainActivity : ApplicationActivity() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class FlowFieldLayout(context: Context, attr: AttributeSet) :
/**
* Fixes Exception java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState
*/
private fun PFragment.setViewAllowingStateLoss(view: View, fragmentActivity: FragmentActivity){
private fun PFragment.setViewAllowingStateLoss(view: View, fragmentActivity: FragmentActivity) {
fragmentActivity.supportFragmentManager
.beginTransaction()
.add(view.id, this)
Expand Down

0 comments on commit 4fe75cd

Please sign in to comment.