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:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user