Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 6e493c64 authored by Joseph Lehner's avatar Joseph Lehner
Browse files

Fix FC caused by NullPointerException

Under certain circumstances, setupKeypad() was called from
updateDialer() *before* the keypad's Views were initialized,
causing the app to force-close.
This patch moves the null check from onCreate() to setupKeypad()
itself, so as to prevent a NullPointerException when called
from updateDialer().

Change-Id: Ide8998ccccb66415ea2d2f819cd542f48466fe09
parent acd13889
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment