Refine code style

This commit is contained in:
Mygod
2019-01-01 14:32:00 +08:00
parent 7be7af36c9
commit 2c28e1afec
2 changed files with 5 additions and 3 deletions

View File

@@ -27,6 +27,10 @@ class EBegFragment : DialogFragment(), PurchasesUpdatedListener, BillingClientSt
private const val KEY_MESSAGE = "message"
}
init {
setStyle(DialogFragment.STYLE_NO_TITLE, 0)
}
class MessageDialogFragment : DialogFragment() {
override fun onCreateDialog(savedInstanceState: Bundle?) = AlertDialog.Builder(requireContext()).apply {
val arguments = arguments!!