Remember last selected tab in share dialog

This commit is contained in:
fkloft
2013-07-30 23:13:24 +02:00
parent 63474d4c40
commit 88d87f1776
2 changed files with 27 additions and 4 deletions

View File

@ -107,7 +107,7 @@ public class IITC_Mobile extends Activity {
return;
}
// no reload needed
if (key.equals("pref_press_twice_to_exit"))
if (key.equals("pref_press_twice_to_exit") || key.equals("pref_share_selected_tab"))
return;
reload_needed = true;