Fix crash when cold start settings.
Change-Id: I992743be7820e932116121e7ee2d57ef94e87701 Fix: 35641857 Test: RunSettingsRoboTests
This commit is contained in:
@@ -30,7 +30,7 @@ public abstract class AssistSettingObserver extends ContentObserver {
|
|||||||
Settings.Secure.getUriFor(Settings.Secure.ASSISTANT);
|
Settings.Secure.getUriFor(Settings.Secure.ASSISTANT);
|
||||||
|
|
||||||
public AssistSettingObserver() {
|
public AssistSettingObserver() {
|
||||||
super(new Handler());
|
super(null /* handler */);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void register(ContentResolver cr, boolean register) {
|
public void register(ContentResolver cr, boolean register) {
|
||||||
|
Reference in New Issue
Block a user