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

Commit b0de073d authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Add log for user unlock" into main

parents ebc3805e 31c97acb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -179,6 +179,8 @@ public class FallbackHome extends Activity {
                        SystemClock.uptimeMillis(), false);
                finish();
            }
        } else {
            Log.d(TAG, "User not yet unlocked");
        }
    }