vmiklos / plees-tracker

Plees Tracker is a simple sleep tracker for your Android phone.
https://vmiklos.hu/plees-tracker/
MIT License
149 stars 38 forks source link

Fix no action on pressing the back button on the action bar #431

Closed vmiklos closed 5 months ago

vmiklos commented 5 months ago

Pressing the back button on the action bar of these 3 activities resulted in no action.

At some point in the past, just calling setDisplayHomeAsUpEnabled(true) was enough, but looks like these days nothing happens by default.

Fix the problem by explicitly handling android.R.id.home and there finishing the current activity.