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

Commit bf83971b authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 16362041: Merge "Fix issue #5484096: Device rebooted after turning WiFi...

am 16362041: Merge "Fix issue #5484096: Device rebooted after turning WiFi tethering ON, IRL19 Crespo." into ics-mr0

* commit '16362041':
  Fix issue #5484096: Device rebooted after turning WiFi tethering ON, IRL19 Crespo.
parents 6ca2b062 16362041
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -691,7 +691,7 @@ public class TextServicesManagerService extends ITextServicesManager.Stub {
                }
                ISpellCheckerService spellChecker = ISpellCheckerService.Stub.asInterface(service);
                final SpellCheckerBindGroup group = mSpellCheckerBindGroups.get(mSciId);
                if (this == group.mInternalConnection) {
                if (group != null && this == group.mInternalConnection) {
                    group.onServiceConnected(spellChecker);
                }
            }