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: () {
|
onTap: () {
|
||||||
onItemPressed(itemIcons.length == 4 ? 2 : 1);
|
onItemPressed(itemIcons.length == 4 ? 2 : 1);
|
||||||
},
|
},
|
||||||
onDoubleTap: () {
|
|
||||||
removeSession();
|
|
||||||
},
|
|
||||||
child: Container(
|
child: Container(
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
boxShadow: [
|
boxShadow: [
|
||||||
|
|
Loading…
Reference in a new issue