Clarify the unused status of notificationManager
This commit is contained in:
parent
0b1940c4bf
commit
a2997747af
@ -97,6 +97,13 @@ public class FDroidApp extends Application {
|
|||||||
|
|
||||||
@SuppressWarnings("unused")
|
@SuppressWarnings("unused")
|
||||||
BluetoothAdapter bluetoothAdapter;
|
BluetoothAdapter bluetoothAdapter;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The construction of this notification helper has side effects including listening and
|
||||||
|
* responding to local broadcasts. It is kept as a reference on the app object here so that
|
||||||
|
* it doesn't get GC'ed.
|
||||||
|
*/
|
||||||
|
@SuppressWarnings("unused")
|
||||||
NotificationHelper notificationHelper;
|
NotificationHelper notificationHelper;
|
||||||
|
|
||||||
static {
|
static {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user