Skip to content

Commit

Permalink
Fix accidentally modified launchers packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Jul 28, 2018
1 parent d1b9581 commit 7bf8b36
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ internal val Context.supportedLaunchers: ArrayList<Launcher>
color(R.color.atom_launcher_color)),
Launcher(
"aviate",
"Aviate Launcher", arrayOf("com.tuaviate"),
"Aviate Launcher", arrayOf("com.tul.aviate"),
color(R.color.aviate_launcher_color)),
Launcher(
"go",
Expand Down Expand Up @@ -82,7 +82,7 @@ internal val Context.supportedLaunchers: ArrayList<Launcher>
color(R.color.lg_home_color)),
Launcher(
"l",
"L Launcher", arrayOf("com.launcher"),
"L Launcher", arrayOf("com.l.launcher"),
color(R.color.l_launcher_color)),
Launcher(
"lawnchair",
Expand Down

0 comments on commit 7bf8b36

Please sign in to comment.