mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
Remove unused method
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
8a6988c69d
commit
6b5bd94112
@ -369,8 +369,4 @@ public abstract class BottomNavigationController extends BaseController {
|
||||
* @return the {@link Controller} instance to navigate to
|
||||
*/
|
||||
protected abstract Controller getControllerFor(int itemId);
|
||||
|
||||
private boolean equals(Object a, Object b) {
|
||||
return (a == b) || (a != null && a.equals(b));
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user