Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7cc707c2 authored by Jorge Ruesga's avatar Jorge Ruesga
Browse files

CMFM: Fix typo



Change-Id: Ib42a83bde4611ba4bdd661a45b1dda6d25c58cdb
Signed-off-by: default avatarjruesga <jorge@ruesga.com>
parent cb72d346
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -580,10 +580,10 @@ public class NavigationActivity extends Activity
                    }
                } catch (Throwable ex) {
                    if (!NavigationActivity.this.mChRooted) {
                        //Show exception and exists
                        //Show exception and exit
                        Log.e(TAG, getString(R.string.msgs_cant_create_console), ex);
                        // We don't have any console
                        // Show exception and exists
                        // Show exception and exit
                        DialogHelper.showToast(
                                NavigationActivity.this,
                                R.string.msgs_cant_create_console, Toast.LENGTH_LONG);
@@ -613,7 +613,7 @@ public class NavigationActivity extends Activity
                        if (volumes != null && volumes.length > 0) {
                            initialDir = volumes[0].getPath();
                        } else {
                            // Show exception and exists
                            // Show exception and exit
                            DialogHelper.showToast(
                                    NavigationActivity.this,
                                    R.string.msgs_cant_create_console, Toast.LENGTH_LONG);
@@ -1427,7 +1427,7 @@ public class NavigationActivity extends Activity
                    public void onClick(DialogInterface alertDialog, int which) {
                        if (which == DialogInterface.BUTTON_NEGATIVE) {
                            // We don't have any console
                            // Show exception and exists
                            // Show exception and exit
                            DialogHelper.showToast(
                                    NavigationActivity.this,
                                    R.string.msgs_cant_create_console, Toast.LENGTH_LONG);