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

Commit 83f2d27e authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix AppEntry.extraInfo ClassCastException" am: 327867e5

parents a04b6df0 327867e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ public class AppStateLocaleBridge extends AppStateBaseBridge {
                        Log.d(TAG, "[" + entry.info.packageName + "]" + " has No extra info.");
                        return false;
                    }
                    return (Boolean) entry.extraInfo;
                    return entry.extraInfo == Boolean.TRUE;
                }
            };