Hotfix
This commit is contained in:
parent
50263642ee
commit
05ea6c5251
2 changed files with 2 additions and 2 deletions
|
@ -134,7 +134,7 @@ public class OsmandApplication extends Application {
|
|||
e.printStackTrace();
|
||||
}
|
||||
|
||||
if(Version.isSherpafy(this) || true) {
|
||||
if(Version.isSherpafy(this)) {
|
||||
appCustomization = new SherpafyCustomization();
|
||||
} else {
|
||||
appCustomization = new OsmAndAppCustomization();
|
||||
|
|
|
@ -203,7 +203,7 @@ public class MainMenuActivity extends Activity {
|
|||
return;
|
||||
}
|
||||
}
|
||||
if(Version.isSherpafy(getMyApplication()) || true) {
|
||||
if(Version.isSherpafy(getMyApplication())) {
|
||||
final Intent mapIntent = new Intent(this, TourViewActivity.class);
|
||||
startActivity(mapIntent);
|
||||
finish();
|
||||
|
|
Loading…
Reference in a new issue