From 42eb6e5a05b382928fced84b15ce186e37c00815 Mon Sep 17 00:00:00 2001 From: Michael Comella Date: Tue, 14 Jul 2015 15:07:12 -0700 Subject: [PATCH] Bug 1147265 - Add filterTouches... to sync activities. r=mhaigh All old sync activities inherit from SyncTheme, which inherits from Gecko on API < 11 and Gecko.Dialog -> GeckoBaseDialog on v11+. All fxaccount activities inherit from FxAccountTheme, which inherits from Gecko. Note that I don't have an old sync account so I did not test that behavior. --HG-- extra : commitid : DVKwxCuJytk extra : rebase_source : a3760c72f1659bc2c146e84e1e405aa80047b6a0 --- mobile/android/base/resources/values/themes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mobile/android/base/resources/values/themes.xml b/mobile/android/base/resources/values/themes.xml index 3a87e94e0000..317fff396b1b 100644 --- a/mobile/android/base/resources/values/themes.xml +++ b/mobile/android/base/resources/values/themes.xml @@ -26,6 +26,7 @@