1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-09-03 05:12:42 +02:00

MenuItem doesn't have to be static

This commit is contained in:
Erik Johansson
2018-02-25 23:09:13 +01:00
parent 5c1ef0cf57
commit 84c9ba03d2

View File

@@ -77,7 +77,7 @@ public class MainActivity extends AppCompatActivity
private static boolean firstAppStart = true; private static boolean firstAppStart = true;
private static boolean valueOfCountModified = false; private static boolean valueOfCountModified = false;
private static int bluetoothStatusIcon = R.drawable.ic_bluetooth_disabled; private static int bluetoothStatusIcon = R.drawable.ic_bluetooth_disabled;
private static MenuItem bluetoothStatus; private MenuItem bluetoothStatus;
private static final int IMPORT_DATA_REQUEST = 100; private static final int IMPORT_DATA_REQUEST = 100;