fix build for now
This commit is contained in:
parent
91f7d82a7f
commit
c60815ef39
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@ public class SettingsDevelopmentActivity extends SettingsBaseActivity {
|
|||
pref.setOnPreferenceClickListener(new OnPreferenceClickListener() {
|
||||
@Override
|
||||
final Intent mapIntent = new Intent(this, ContributionVersionActivity.class);
|
||||
this.startActivityForResult(mapIntent, 0);
|
||||
// TODO
|
||||
// this.startActivityForResult(mapIntent, 0);
|
||||
});
|
||||
cat.addPreference(pref);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue