mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 23:13:36 +00:00
Fixed a lot of possible issues raised by a code inspection
This commit is contained in:
@@ -48,7 +48,6 @@ public class MediaButtonIntentReceiver extends BroadcastReceiver {
|
||||
|
||||
@SuppressLint("HandlerLeak")
|
||||
private static final Handler mHandler = new Handler() {
|
||||
|
||||
@Override
|
||||
public void handleMessage(final Message msg) {
|
||||
switch (msg.what) {
|
||||
|
||||
Reference in New Issue
Block a user