Make SystemUIDialog.onStart() and onStop() final
This CL makes SystemUIDialog.onStart() and onStop() methods final, so that subclasses won't be able to skip their logic by not calling super.onStart()/onStop(). This should help to avoid hard to debug gesture navigation bugs like http://b/276821983. Bug: 276821983 Test: atest SystemUIDialogTest Change-Id: Ib5223991fe1737bf3ef3a609fac86eb03d6d633b
Loading
Please register or sign in to comment