mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-13 20:24:14 +02:00
fixed bug for GUI changes
This commit is contained in:
@@ -44,7 +44,6 @@ public class SettingsActivity extends PreferenceActivity {
|
|||||||
|
|
||||||
public void onBackPressed() {
|
public void onBackPressed() {
|
||||||
super.onBackPressed();
|
super.onBackPressed();
|
||||||
Log.d("### ", "on back pressed setting activity ******************");
|
|
||||||
backPressed++;
|
backPressed++;
|
||||||
if (backPressed == 1) {
|
if (backPressed == 1) {
|
||||||
MainActivity.mSectionsPagerAdapter.notifyDataSetChanged();
|
MainActivity.mSectionsPagerAdapter.notifyDataSetChanged();
|
||||||
|
Reference in New Issue
Block a user