Skip to content

Commit

Permalink
[bug] Test release keystore which is generated via Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
tuancoltech committed Dec 18, 2023
1 parent c2332f0 commit 613b24d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package dev.arkbuilders.arkmemo.ui.activities

import android.content.Intent
import android.os.Bundle
import android.util.Log
import android.view.Menu
import android.view.MenuItem
import androidx.activity.result.contract.ActivityResultContracts
Expand Down Expand Up @@ -56,6 +57,7 @@ class MainActivity : AppCompatActivity(R.layout.activity_main) {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(binding.root)
Log.d("tuancoltech", "onCreate " + this)
setSupportActionBar(binding.toolbar)
binding.toolbar.setNavigationOnClickListener {
onBackPressedDispatcher.onBackPressed()
Expand Down

0 comments on commit 613b24d

Please sign in to comment.