Skip to content

Commit

Permalink
Minor cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
drulabs committed May 20, 2018
1 parent c57828f commit f5b484e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private void showSignOutAlert() {
DataHandlerProvider.provide().destroy();
Intent signInIntent = new Intent(getActivity(), SignInActivity.class);
startActivity(signInIntent);
getActivity().finish();
getActivity().finishAffinity();
}
} catch (Exception e) {
e.printStackTrace();
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@
<string name="theme_option_dark">Dark</string>
<string name="theme_option_light">Light</string>

<string name="get_notifications_title">Get notifications</string>
<string name="get_notification_summary">Enable to receive notifications for quizzes</string>
<string name="get_notifications_title">Get All Notifications</string>
<string name="get_notification_summary">Enable to receive notifications</string>
<string name="theme_list_label">Theme</string>
<string name="sign_out">Sign out</string>

Expand Down

0 comments on commit f5b484e

Please sign in to comment.