mirror of
https://github.com/woheller69/solxpect.git
synced 2026-02-08 17:04:19 +01:00
Open instructions at first start #8
Disable scrolling in Viewpager2 Layout improvements
This commit is contained in:
parent
7db77d345f
commit
5b8461c8a3
5 changed files with 23 additions and 12 deletions
|
|
@ -22,7 +22,7 @@ import android.widget.TextView;
|
|||
|
||||
import org.woheller69.weather.R;
|
||||
import org.woheller69.weather.activities.ForecastCityActivity;
|
||||
import org.woheller69.weather.activities.SettingsActivity;
|
||||
import org.woheller69.weather.activities.HelpActivity;
|
||||
|
||||
|
||||
/**
|
||||
|
|
@ -118,7 +118,7 @@ public class TutorialActivity extends AppCompatActivity {
|
|||
}
|
||||
|
||||
private void launchSettings() {
|
||||
startActivity(new Intent(TutorialActivity.this, SettingsActivity.class));
|
||||
startActivity(new Intent(TutorialActivity.this, HelpActivity.class));
|
||||
finish();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue