Skip to content

Commit 797efb7

Browse files
fix spotbugs
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent 26ed430 commit 797efb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/owncloud/android/ui/activity/DrawerActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ public abstract class DrawerActivity extends ToolbarActivity
177177
/**
178178
* Id of the checked menu item.
179179
*/
180+
@SuppressFBWarnings({"PA", "MS"})
180181
public static int menuItemId = Menu.NONE;
181182

182183
private static int previousMenuItemId = Menu.NONE;

0 commit comments

Comments
 (0)