Remove temporary hidden logout button
This commit is contained in:
parent
cbef9ac8d3
commit
ecd0f9f928
1 changed files with 0 additions and 3 deletions
|
@ -254,9 +254,6 @@ class Navigation extends StatelessWidget {
|
|||
onTap: () {
|
||||
onItemPressed(itemIcons.length == 4 ? 2 : 1);
|
||||
},
|
||||
onDoubleTap: () {
|
||||
removeSession();
|
||||
},
|
||||
child: Container(
|
||||
decoration: BoxDecoration(
|
||||
boxShadow: [
|
||||
|
|
Loading…
Reference in a new issue