Skip to content

Commit fc09ce2

Browse files
committed
U
1 parent 45c211d commit fc09ce2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/src/main/java/me/yifeiyuan/hf/aidl/MainActivity.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,8 @@ class MainActivity : AppCompatActivity() {
5858
fun testMessenger(view: View) {
5959
startActivity(Intent(this, TestMessengerActivity::class.java))
6060
}
61+
62+
override fun onResume() {
63+
super.onResume()
64+
}
6165
}

0 commit comments

Comments
 (0)