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

Commit e80fc32d authored by Jef Oliver's avatar Jef Oliver
Browse files

Fix double declaration of mPackageInfo

parent 65485be8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1277,7 +1277,7 @@ class NotificationManagerService extends INotificationManager.Stub
				boolean found = false;
				long pkgcolor = Color.parseColor("white");
	                        for(x = 0; x < mPackages.length; x++) {
	                                String[] mPackageInfo = getPackageInfo(mPackages[x]);
	                                mPackageInfo = getPackageInfo(mPackages[x]);
        	                        if(mPackageInfo == null) {
                	                        continue;
                        	        }