Fix deprecated APIs

This commit is contained in:
Mygod
2020-12-16 06:20:33 +08:00
parent 131cdefcf7
commit 3b7c6f0ebf
14 changed files with 14 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ import androidx.core.os.bundleOf
import androidx.fragment.app.Fragment
import androidx.fragment.app.setFragmentResult
import androidx.fragment.app.setFragmentResultListener
import kotlinx.android.parcel.Parcelize
import kotlinx.parcelize.Parcelize
/**
* Based on: https://android.googlesource.com/platform/packages/apps/ExactCalculator/+/8c43f06/src/com/android/calculator2/AlertDialogFragment.java