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

Commit 8047bed6 authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

Merge "Remove obsolete TODO" into nyc-dev

am: 568e63bc

* commit '568e63bc':
  Remove obsolete TODO

Change-Id: Iaf25259e51d0f4b69d58dc918033299e88aab124
parents caad05bf 568e63bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ public class HumanInteractionClassifier extends Classifier {
        // If the phone is rotated to landscape, the calculations would be wrong if xdpi and ydpi
        // were to be used separately. Due negligible differences in xdpi and ydpi we can just
        // take the average.
        // TODO: make this respect DPI changes.
        // Note that xdpi and ydpi are the physical pixels per inch and are not affected by scaling.
        mDpi = (displayMetrics.xdpi + displayMetrics.ydpi) / 2.0f;
        mClassifierData = new ClassifierData(mDpi);
        mHistoryEvaluator = new HistoryEvaluator();