Skip to content

Commit

Permalink
Geri tuşuna basıldığı zamanki durum güncellendi.
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullahSa committed Mar 4, 2016
1 parent ed28ffa commit 637f81d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,10 @@ public void Yukle() {
public void onBackPressed() {
if (drawerLayout.isDrawerOpen(Gravity.LEFT)) {
drawerLayout.closeDrawers();
} else {
super.onBackPressed();
}

}

@Override
Expand Down

0 comments on commit 637f81d

Please sign in to comment.