BluetoothSetupActivity: ignore cancel results
Change-Id: I9e7f62b2a11d8b2af0c075b0151a29c4485e8931
This commit is contained in:
committed by
Oliver Scott
parent
a09594c415
commit
6cb268b222
@@ -23,7 +23,7 @@ public abstract class SubBaseActivity extends BaseSetupWizardActivity {
|
||||
|
||||
public static final String TAG = SubBaseActivity.class.getSimpleName();
|
||||
|
||||
private boolean mIsSubactivityNotFound = false;
|
||||
protected boolean mIsSubactivityNotFound = false;
|
||||
|
||||
protected abstract void onStartSubactivity();
|
||||
|
||||
|
Reference in New Issue
Block a user