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

Commit 675948f8 authored by Mangesh Ghiware's avatar Mangesh Ghiware
Browse files

Fix discrepancy in RemoteViewsFactory impl.

Bug: 7633198
Change-Id: I96db437ac4452d001a2c380ecdbedee40f4c2468
parent 708569b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ public class WidgetService extends RemoteViewsService {

        @Override
        public int getViewTypeCount() {
            return 1;
            return 2;
        }

        @Override