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